Skip to content

Use g_memdup2() where available and add fallback for older GLib versions

Tim-Philipp Müller requested to merge tpm/gst-plugins-bad:bad-g-memdup-2 into master

g_memdup() is deprecated since GLib 2.68 and we want to avoid deprecation warnings with recent versions of GLib.

Merge request reports