[Bug 662207] gst: Fix a lot of GLib deprecations and errors

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 19 08:50:29 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662207
  GStreamer | gstreamer (core) | unspecified

--- Comment #3 from Jasper St. Pierre <jstpierre at mecheye.net> 2011-10-19 15:50:26 UTC ---
(In reply to comment #2)
> Is it possible some of your #if GLIB_CHECK_VERSION() should be #if
> !GLIB_CHECK_VERSION() ?

Probably. I only got so far as to say "it builds". Things like gst-base will
still need fixing.

> Unfortunately we need to maintain backwards ABI compatibility for bits in
> public header files (even if they're marked private, but even more importantly
> the structure size must not change).
> 
> We can break compatibility in the 0.11 branch though.

Then just build with deprecations on. Set -DGLIB_DISABLE_DEPRECATED_WARNINGS in
your Makefile.am. When we branch, we'll revisit this.

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