[gstreamer-bugs] [Bug 620460] info: add new REFCOUNT log level and move refcounting there from LOG level
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 3 05:40:18 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=620460
GStreamer | gstreamer (core) | git
--- Comment #5 from Benjamin Otte (Company) <otte at gnome.org> 2010-06-03 12:40:13 UTC ---
(In reply to comment #3)
> we could also do something to explicitely disable a catgory, like:
>
> GST_DEBUG=-REFCOUNT:5
You can do that today with *:5,GST_REFCOUNT:0 but I agree with Tim that we're
looking for a solution that does the right thing by default.
We could have categories that don't trigger with wildcards and require an
explicit match to be enabled, but I'm not convinced that buys us anything. In
particular because - as Tim noted on IRC - refcounting is done in a lot of
categories and you might want to put ie. X context refcounting into the
ximagesink category or use own categories for messages, elements, queries and
buffers.
I'm still not convinced "REFCOUNTING" is the best name for it, as it basically
excludes everything else, but it's by far the best solution for the given
problem.
--
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