[Bug 780302] Build failures when Gstreamer is built with --disable-gst-debug

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 20 15:53:28 UTC 2017


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

--- Comment #1 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 348330
  --> https://bugzilla.gnome.org/attachment.cgi?id=348330&action=edit
plugins: when debug disabled, default category is NULL

As in gstreamer-vaapi a common base class is used, the specific
default category is passed to the base-plugin initializator, thus
the log messages are categorized with the used plugin.

Nonetheless, when the gst-debug is disabled in compilation time,
it is needed to pass NULL to the base-plugin initializator. This
patch does that.

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