RESOLVED INVALID154591
[Gstreamer] Add class string to the log messages of the owr mediaplayer
https://bugs.webkit.org/show_bug.cgi?id=154591
Summary [Gstreamer] Add class string to the log messages of the owr mediaplayer
Alejandro G. Castro
Reported 2016-02-23 10:13:16 PST
It is useful when filtering messages during debug sessions.
Attachments
Patch (7.36 KB, patch)
2016-02-23 10:20 PST, Alejandro G. Castro
no flags
Alejandro G. Castro
Comment 1 2016-02-23 10:20:17 PST
Philippe Normand
Comment 2 2016-02-24 00:18:19 PST
Kinda sad :/ Can you try to define a new GST_DEBUG category instead? The LOG_MEDIA_... macros should then be able to pick it up without us needing to prefix messages like this.
Philippe Normand
Comment 3 2016-02-24 01:34:19 PST
Ah but there is already a separate debug category. So to filter messages you can use GST_DEBUG=webkitowrplayer:5
Alejandro G. Castro
Comment 4 2016-02-24 01:52:36 PST
(In reply to comment #3) > Ah but there is already a separate debug category. > > So to filter messages you can use GST_DEBUG=webkitowrplayer:5 Awesome thanks, I'll do that.
Philippe Normand
Comment 5 2016-02-24 02:02:26 PST
Let's close this then :)
Note You need to log in before you can comment on or make changes to this bug.