[gst-devel] Turning on debug spew in typefind?

Edward Averill edaverill at hotmail.com
Fri Aug 22 15:17:42 CEST 2008


That seems like a pretty decent colution - thanks! :-)

..ed..

> Message: 5
> Date: Thu, 21 Aug 2008 18:27:58 +0100
> From: Tim-Philipp M?ller <t.i.m at zen.co.uk>
> Subject: Re: [gst-devel] Turning on debug spew in typefind?
> To: gstreamer-devel at lists.sourceforge.net
> Message-ID: <1219339679.23089.5.camel at mini.centricular.net>
> Content-Type: text/plain
> 
> On Thu, 2008-08-21 at 09:59 -0700, Edward Averill wrote:
> 
> > Ok, I've tried every flag I could find for GST_DEBUG, to try to get
> > ALL the typefind code to emit its debug output, but no joy.
> > 
> > Is there a comprehensive list of GST_DEBUG options out there
> > somewhere?  Or, lacking that, can someone tell me how to turn on all
> > the typefinding debug spew?
> > 
> > I have a stream that plays back fine from a filesrc, but with my
> > custom http source element the type finding says it can't figure out
> > the type, which is why I need to get all the debug output I can..
> 
> I'm usually too lazy to find out the appropriate debug categories too
> (typefind element, typefind bits in core, typefindfunctions in -base),
> so I usually just do something like:
> 
>   GST_DEBUG=*:5 gst-launch-0.10 ... 2>&1 | grep typefind
> 
> (In my experience the debug output is rarely useful in figuring out such
> problems though, it's often much easier to just look at what the
> typefinder in question is doing and then go from there).
> 
> Cheers
>  -Tim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080822/ef6055d9/attachment.htm>


More information about the gstreamer-devel mailing list