Skip to content

gstreamer: update to not use g_memdup() which was deprecated in glib 2.68

Doug Nazar requested to merge dougnazar/gstreamer:support_glib_2_68 into master

glib 2.68 deprecates g_memdup(). Replace with g_memdup2() and add fallback if compiling against older versions.

If this method is alright, I'll update the other projects.

Edited by Tim-Philipp Müller

Merge request reports