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