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


Attachments
Use g_mapped_file_unref with glib 0.21.3 (2.12 KB, patch)
2010-10-09 13:49 UTC, ogg.k.ogg.k
committed Details | Review

Description ogg.k.ogg.k 2010-10-09 13:49:12 UTC
Created attachment 172013 [details] [review]
Use g_mapped_file_unref with 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:32:58 UTC
commit 50a6f26684305ac9dd78cfe01a64be92cb27237b
Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
Date:   Sat Oct 9 14:17:57 2010 +0100

    examples: g_mapped_file_unref exists already since GLib 2.21.3