GNOME Bugzilla – Bug 731555
gst-plugins-bad requires glib >= 2.34.0
Last modified: 2014-06-12 09:19:38 UTC
Hi, the hlsdemux uses g_list_copy_deep() [since babd896], thus requiring glib >= 2.34.0. Is this expected? If so, we need to update the configure.ac requirements. If not, we need to provide a replacement for glib <= 2.32.0, should we care about older distributions like Ubuntu 12.04-LTS. :)
Not sure we care about Ubuntu 12.04 any more, but I think we want to keep 2.32 as glib dep for this cycle. Not really worth bumping it for something like g_list_copy_deep() even if it's more efficient than our homegrown version. commit 309395ed4d38fab8c05ba6bae70b1121e892a26c Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu Jun 12 10:17:10 2014 +0100 hls: fix build with GLib 2.32 Provide internal copy of g_list_copy_deep() until we bump the GLib requirement. https://bugzilla.gnome.org/show_bug.cgi?id=731555