From: vinod j. <vin...@gm...> - 2011-02-10 16:20:37
|
Hi Tim & Topi, Thanks, it worked. The only problem is the log is very big. How can I understand the flow of the data, events and things like that. what I want is essentially an overview of the way the data flows, the no of threads that get created, the allocation of buffers and buffer management etc. Regards -- Vinod James On Thu, Feb 10, 2011 at 6:29 PM, Tim-Philipp Müller <t....@ze...> wrote: > On Wed, 2011-02-09 at 12:09 +0530, vinod james wrote: > > > > I used gst-launch=0.10 and generated logs with GST_DEBUG set to 5. > > I read that there is a playbin application which does auto type > > finding and pipeline and graph building. > > I want to generate a detailed log like gst-launch. I am not able to > > generate it. > > Please advise me how to generate the detailed log. > > I am trying to understand the internals of gstreamer by looking at the > > logs generated. > > playbin is not an application, it's an element/plugin. You can use it > from gst-launch like this: > > $ GST_DEBUG=*:5 gst-launch-0.10 playbin2 uri=file:///path/to/foo.avi > 2>dbg.log > > Cheers > -Tim > > > > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |