[gstreamer-bugs] [Bug 614167] gstinfo: no previous prototype for 'xxx' when buildign with --disable-gst-debug

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 28 06:09:43 PDT 2010


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

--- Comment #4 from Benjamin Otte (Company) <otte at gnome.org> 2010-03-28 13:09:38 UTC ---
I think what we should do is:
- fix the headers so they export the still existing functions.
- make GST_DISABLE_GST_DEBUG only turn off GST_LOG/DEBUG/INFO/... messages
- advertise GST_DISABLE_GST_DEBUG the same way we advertise
GST_DISABLE_DEPRECATED.
- remove GST_DISABLE_GST_DEBUG from gstconfig.h

Then we don't change ABI in any way even with that flag enabled in a core
build.
And people can set this flag per module - so they can enable debugging for
their own plugins even though core and plugins come with debugging turned off.

Does that make sense? Is that too much of a change for 0.10?

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