how to override the subtitleoverlay bin in playbin2

Nathanael D. Noblet nathanael at gnat.ca
Wed Oct 5 11:58:00 PDT 2011


On 10/05/2011 10:58 AM, Mike Mitchell wrote:
> #!/bin/bash
> export GST_DEBUG_DUMP_DOT_DIR=$PWD/gstdot
> rm $GST_DEBUG_DUMP_DOT_DIR/*.dot $GST_DEBUG_DUMP_DOT_DIR/*.png
>
> # INSERT YOUR gst-launch HERE
>
> # Debug Code shows result file and graphic of pipeline.
> echo "Press ENTER to continue ..."
> read WAIT
>
> for f in $GST_DEBUG_DUMP_DOT_DIR/* ;
> do
>   dot -T png $f >$f.png;
> done
>   eog $GST_DEBUG_DUMP_DOT_DIR/*.png
> exit

This is great btw as I find myself in need of this very thing and hadn't 
gotten around to seeing what playbin2 did that I wasn't doing in my 
pipe. So thanks!


-- 
Nathanael d. Noblet
t 403.875.4613


More information about the gstreamer-devel mailing list