[Bug 741001] GST_DEBUG categories are missing when using --gst-debug-help

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 1 14:09:25 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=741001

--- Comment #2 from Jan Schmidt <thaytan at noraisin.net> ---
Created attachment 325159
  --> https://bugzilla.gnome.org/attachment.cgi?id=325159&action=edit
debug: Instantiate GType when dumping debug categories.

A lot of debug categories are declared in element class_init
functions, which don't get run until the element is first created
(not just registered in the plugin load function). This means
that --gst-debug-help doesn't print out a lot of categories.

Creating an instance of each element from the element factory
makes them visible, at some extra cost - 2-3 times longer, which can
be a full second or two of extra waiting. Yikes!

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