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 631755 - Fix build with glib 2.21.3
Fix build with glib 2.21.3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-09 13:47 UTC by ogg.k.ogg.k
Modified: 2010-10-10 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use g_mapped_file_unref from glib 0.21.3 (715 bytes, patch)
2010-10-09 13:47 UTC, ogg.k.ogg.k
committed Details | Review

Description ogg.k.ogg.k 2010-10-09 13:47:58 UTC
Created attachment 172012 [details] [review]
Use g_mapped_file_unref from glib 0.21.3

A check is made for glib 0.22, purported to introduce g_mapped_file_unref as a replacement for g_mapped_file_free.
This is a lie. It exists already in 0.21.3, and the check causes build to stop as gst is set up to moan on obsolete glib symbols (and g_mapped_file_free is one).

The symbol may well have been introduced before 0.21.3, but I've pulled it back to a version I know has it, as it's the one I've got.
Comment 1 Sebastian Dröge (slomo) 2010-10-10 16:31:46 UTC
commit 0bb4fafd301ecf958ead7e914e69c29589697cc8
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Sat Oct 9 14:18:44 2010 +0100

    registry: g_mapped_file_unref exists already since GLib 2.21.3