<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">You can set the GST_DEBUG_FILE env variable to that the output get’s written to a file, instead of stderr. Then your app could consume that. <div class=""><br class=""></div><div class="">Another rather complex alternative is to create your own log handler. Take a look at:</div><div class=""><br class=""></div><div class=""><a href="https://developer.gnome.org/gstreamer/stable/gstreamer-GstInfo.html#gst-debug-add-log-function" class="">https://developer.gnome.org/gstreamer/stable/gstreamer-GstInfo.html#gst-debug-add-log-function</a></div><div class=""><a href="https://developer.gnome.org/gstreamer/stable/gstreamer-GstInfo.html#GstLogFunction" class="">https://developer.gnome.org/gstreamer/stable/gstreamer-GstInfo.html#GstLogFunction</a></div><div class=""><br class=""></div><div class="">This way you app could install a callback and filter out every tracer logs received.</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 11, 2019, at 11:19 AM, clubberlang <<a href="mailto:taoming29@gmail.com" class="">taoming29@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hey Nicolas,<br class=""><br class="">Thanks for the information! I am wondering if it's possible to propagate<br class="">this message to the application level? i.e. Is it possible to post this<br class="">information to the BUS maybe or somewhere similar so that the application<br class="">level can get this information?<br class=""><br class=""><br class=""><br class="">--<br class="">Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" class="">http://gstreamer-devel.966125.n4.nabble.com/</a><br class="">_______________________________________________<br class="">gstreamer-devel mailing list<br class=""><a href="mailto:gstreamer-devel@lists.freedesktop.org" class="">gstreamer-devel@lists.freedesktop.org</a><br class="">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</div></div></blockquote></div><br class=""></div></body></html>