[gstreamer-bugs] [Bug 631756] New: Fix build with glib 0.21.3
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Oct 9 06:49:13 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=631756
GStreamer | gst-plugins-base | git
Summary: Fix build with glib 0.21.3
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ogg.k.ogg.k at googlemail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=172013)
View: https://bugzilla.gnome.org/attachment.cgi?id=172013
Review: https://bugzilla.gnome.org/review?bug=631756&attachment=172013
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.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list