[Bug 793524] New: gst: Support exclusion patterns in GST_DEBUG.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 16 23:18:37 UTC 2018


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

            Bug ID: 793524
           Summary: gst: Support exclusion patterns in GST_DEBUG.
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: cturner at igalia.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 368450
  --> https://bugzilla.gnome.org/attachment.cgi?id=368450&action=edit
Patch

This patch allows the following usage of GST_DEBUG,

GST_DEBUG='TRACE,!GST_*' gst-launch-1.0 ...

to enable tracing over all elements, and then to selectively prune away
messages from elements that are not currently of interest.

If this is accepted as an enhancement, I will update the GST_DEBUG docs to
explain it too.

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