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 340508 - remove glib pre 2.8 hacks and compat stuff
remove glib pre 2.8 hacks and compat stuff
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-03 10:47 UTC by Wim Taymans
Modified: 2006-05-05 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove pre 2.8 stuff (13.81 KB, patch)
2006-05-03 10:48 UTC, Wim Taymans
committed Details | Review

Description Wim Taymans 2006-05-03 10:47:59 UTC
bump the requirement for gstreamer core to at least glib 2.8.
Comment 1 Wim Taymans 2006-05-03 10:48:31 UTC
Created attachment 64734 [details] [review]
patch to remove pre 2.8 stuff
Comment 2 Wim Taymans 2006-05-05 08:17:22 UTC
        * gst/glib-compat.c:
        * gst/gst.c: (init_pre):
        * gst/gstobject.c: (gst_object_init), (gst_object_ref),
        (gst_object_unref), (gst_object_replace), (gst_object_dispose),
        (gst_object_dispatch_properties_changed):
        * gst/gstobject.h:
        * gst/gstregistryxml.c: (gst_registry_xml_read_cache):
        * gst/gststructure.c: (gst_structure_set_valist):
        * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
        Remove pre glib2.8 compatibility, fixes #340508