Using GST_DEBUG_DUMP_DOT_DIR with flags - command line

Stefan Sauer ensonic at hora-obscura.de
Sun Dec 23 04:52:39 PST 2012


On 11/15/2012 06:41 PM, enthusiastic geek wrote:
> 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)
You can't :/ We'd could add a GST_DEBUG_DUMP_DOT_DETAILS and make them
override the ones specified in the code. DOes this sound like a plan?

Stefan
>
>
> --
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list