[gst-devel] gst playbin and log generation

Tim-Philipp Müller t.i.m at zen.co.uk
Thu Feb 10 13:59:39 CET 2011


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
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list