how to list all elements in one chain?
Stefan Sauer
ensonic at hora-obscura.de
Tue May 1 02:27:46 PDT 2012
On 04/28/2012 04:51 AM, frank kang wrote:
> Hello,
>
> If i construct one chain by playbin2 automatically, how to know what
> elements comprise this chain exactly?
GST_DEBUG_DUMP_DOT_DIR=$pwd gst-launch-0.10 playbin2 uri=....
afterwards
ls *.dot
dot -tsvg xxxx.dot -ograph.svg
{rsvg-view,chromium,firefox} graph.svg
use the largest *.dot (the one with PLAYING in the name).
Stefan
>
> thanks!
>
> Regards,
> kzz
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120501/696d2588/attachment.htm>
More information about the gstreamer-devel
mailing list