After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793524 - gst: Support exclusion patterns in GST_DEBUG.
gst: Support exclusion patterns in GST_DEBUG.
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-16 23:18 UTC by Charlie Turner
Modified: 2018-02-16 23:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.03 KB, patch)
2018-02-16 23:18 UTC, Charlie Turner
none Details | Review

Description Charlie Turner 2018-02-16 23:18:37 UTC
Created attachment 368450 [details] [review]
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.
Comment 1 Charlie Turner 2018-02-16 23:25:23 UTC
Ehm, a colleague pointed out I could just put GST_*:0 on the end, it's too late to be sending patches, I close it :)