[gstreamer-bugs] [Bug 631755] New: Fix build with glib 0.21.3

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Oct 9 06:48:02 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=631755
  GStreamer | gstreamer (core) | 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: gstreamer (core)
        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=172012)
 View: https://bugzilla.gnome.org/attachment.cgi?id=172012
 Review: https://bugzilla.gnome.org/review?bug=631755&attachment=172012

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.

-- 
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