[gst-devel] How can I set properties of plugins, loaded by playbin2, launched with gst-launch?

Stefan Kost ensonic at hora-obscura.de
Sat Mar 13 04:47:01 CET 2010


wl2776 wrote:
> I am adding some functionality to the RTSPsrc plugin. 
> I use 
> $ gst-launch --gst-plugin-path=`pwd` --gst-debug=rtspsrc:5 playbin2
> uri=rtsp://192.168.24.21/1286_bbc_world_news_2009_06_04_22_00_000.mpg
>
> This loads my custom rtspsrc plugin, situated in the current directory.
> I'd like to set its 'debug' property to true.
> How can I do this?
>
>   
gst-launch --gst-plugin-path=`pwd` --gst-debug=rtspsrc:5 playbin2
uri=rtsp://192.168.24.21/1286_bbc_world_news_2009_06_04_22_00_000.mpg rtspsrc
0::debug=true

if your instance of rtspsrc is called "rtspsrc0".

Stefan




More information about the gstreamer-devel mailing list