gstreamer/gst-libs
Nirbheek Chauhan 3ced923da5 sdp: Avoid using g_memdup() since it is deprecated
g_memdup() is deprecated since GLib 2.68 and we want to avoid
deprecation warnings with recent versions of GLib. Instead of using
g_memdup2(), we can simply use the new gst_buffer_new_memdup() added
in 1.19.x

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1254>
2021-08-13 19:35:23 +05:30
..
gst sdp: Avoid using g_memdup() since it is deprecated 2021-08-13 19:35:23 +05:30
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00