After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731555 - gst-plugins-bad requires glib >= 2.34.0
gst-plugins-bad requires glib >= 2.34.0
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-12 08:25 UTC by Gwenole Beauchesne
Modified: 2014-06-12 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2014-06-12 08:25:16 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. :)
Comment 1 Tim-Philipp Müller 2014-06-12 09:19:38 UTC
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