Using GST_DEBUG_DUMP_DOT_DIR with flags - command line

enthusiastic geek enthusiasticgeek at gmail.com
Thu Nov 15 09:41:08 PST 2012


PIPELINE=gst-launch appsrc name=mysource1 ! videorate ! ffmpegcolorspace !
videoscale method=1 ! video/x-raw-yuv,width=640,height=480,framerate=0/1 !
tee name=t ! queue ! jpegenc ! rtpjpegpay ! udpsink host=225.1.1.1
auto-multicast=true port=5678 t. ! queue ! x264enc pass=qual quantizer=20 !
rtph264pay ! udpsink host=224.1.1.1 auto-multicast=true port=1234

DIRECTORY=/home/

GST_STRING="`GST_DEBUG_DUMP_DOT_DIR=$DIRECTORY $PIPELINE`"
echo $GST_STRING

<http://gstreamer-devel.966125.n4.nabble.com/file/n4656937/out.png> 

The above works fine but I want to reduce the details in the image attached
as it is so clumsy, with the following flags

GST_DEBUG_GRAPH_SHOW_MEDIA_TYPE

GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS

GST_DEBUG_GRAPH_SHOW_NON_DEFAULT_PARAMS

GST_DEBUG_GRAPH_SHOW_STATES

GST_DEBUG_GRAPH_SHOW_ALL

My question is how do I use the above flags in conjugation with
GST_DEBUG_DUMP_DOT_DIR at command line (e.g. terminal on Ubuntu)



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Using-GST-DEBUG-DUMP-DOT-DIR-with-flags-command-line-tp4656937.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list