debugging question

Makoto Harada makotouu at gmail.com
Fri May 2 03:25:50 PDT 2014


I usually use --gst-debug option to show the log of my focus elment.

--gst-debug=GST_PERFORMANCE:5,fbdevsink:5,basesink:5,GST_CLOCK:5,rtpptdemux:5"

Kind Regards,
Makoto Harada

(2014年05月02日 16:58), Tim Müller wrote:
> On Thu, 2014-05-01 at 23:28 +0000, Thomas Green wrote:
>
>> I have an application with many pipelines and bins.  How can I set the
>> debugging to trace only the pipeline or bin that I'm interested in?  If
>> I, for example, set GST_DEBUG=appsrc:9, then I will get everything for
>> every appsrc, when I'm only interested in the appsrc in a particular
>> bin.
> The easiest way is to just use 'grep', but if that is not feasible (e.g.
> because you're working on an embedded system), you could also set up a
> custom log handler where you do some custom filtering to decide whether
> to pass on the log line to the default log handler or not. (And remove
> the default one.)
>
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html#gst-debug-add-log-function
>
> Cheers
>   -Tim
>



More information about the gstreamer-devel mailing list