<html><head></head><body><div>On Tue, 2017-10-03 at 07:37 +0200, Mats Lindestam wrote:</div><div><br></div><div>Hi Mats,</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div>I got a critical error in gstreamer1.0/gst/gstpoll.c:</div><div><br></div><div><div>GStreamer-CRITICAL **: 0x72104408: failed to wake event: Broken pipe</div><div><br></div><div>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:</div><div><br></div><div>    GST_DEBUG=<debug_category>:<level> my_app</div><div><br></div><div>Could someone please help me wrap my head around this?</div></div></div></blockquote><div><br></div><div>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 :)</div><div><br></div><div>Feel free to make a patch to add a static category though if you think it's useful.</div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div>-- </div><div><span><div style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;">Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div><div style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;" data-evo-signature-plain-text-mode=""><br></div><div style="width: 71ch;" data-evo-signature-plain-text-mode="">Join us at the GStreamer Conference!</div><div style="width: 71ch;" data-evo-signature-plain-text-mode="">21-22 October 2017 in Prague, Czech Republic</div><div style="width: 71ch;" data-evo-signature-plain-text-mode=""><a href="http://gstreamer.freedesktop.org/conference/">http://gstreamer.freedesktop.org/conference/</a></div>
</span></div></body></html>