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.. Thanks in advance for any help. ..ed.. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Edward Averill
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 <[hidden email]> > Subject: Re: [gst-devel] Turning on debug spew in typefind? > To: [hidden email] > Message-ID: <[hidden email]> > 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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |