Hi,
I got a critical error in gstreamer1.0/gst/gstpoll.c: GStreamer-CRITICAL **: 0x72104408: failed to wake event: Broken pipe I can't find a GST_DEBUG_CATEGORY_INIT to use. I want to add some debug prints (GST_DEBUG(...)). Without a GST_DEBUG_CATEGORY_INIT I don't know how to debug my application: GST_DEBUG=<debug_category>:<level> my_app Could someone please help me wrap my head around this? Mvh /Mats _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Tue, 2017-10-03 at 07:37 +0200, Mats Lindestam wrote: Hi Mats,
Without a category, it will end up in the "default" category. You could also make your new debug statements GST_ERROR so they can easily be filtered/seen without a debug category :) Feel free to make a patch to add a static category though if you think it's useful. Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com Join us at the GStreamer Conference! 21-22 October 2017 in Prague, Czech Republic
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Didn't think that far. :-) Thank yo for your answer. /Mats 2017-10-03 10:13 GMT+02:00 Tim Müller <[hidden email]>:
Mvh /Mats _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |