GNOME Bugzilla – Bug 737584
configure.ac: require GLib 2.34
Last modified: 2014-09-29 14:49:27 UTC
gsturi now use g_list_deep_copy() which is available since glib-2.34
Created attachment 287341 [details] [review] configure.ac: require GLib 2.34
Created attachment 287343 [details] [review] gst-plugins-base- configure.ac: require GLib 2.34
Created attachment 287345 [details] [review] gst-plugins-good configure.ac: require GLib 2.34
Created attachment 287346 [details] [review] gst-plugins-bad configure.ac: require GLib 2.34
Created attachment 287347 [details] [review] gst-plugins-ugly configure.ac: require GLib 2.34
Or maybe we should just #define compatibility wrappers for that function for older glib as we do elsewhere :) Doesn't seem worth it to update the GLib dependency just because of this
We might decide to bump the GLib requirement this cycle, but certainly not for something as trivial and silly as g_list_copy_deep() :)
Ok, I will write a wrapper, I should have asked on IRC first :)
commit 2b6298ebc5277f939083123480a430cc4ffe9c1d Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Sep 29 17:48:29 2014 +0300 uri: Don't unconditionally use g_list_copy_deep() We don't depend on GLib 2.34 yet and just for this seems a bit useless. https://bugzilla.gnome.org/show_bug.cgi?id=737584