How to specify property of source selected by uri in gst-launch
Vinod Kesti
vinodkesti at yahoo.com
Tue Oct 24 06:06:32 UTC 2017
Hi Pavel,
What you mean by cdparanoiasrc is selected automatically based on the uri?
Are you u using uridecodebin??
If you are using uridecodebin then You can use source-setup signal of
uridecodebin to set the source specific property. Here GstElement* arg0 is
source element object.
"source-setup" : void user_function (GstElement* object,
GstElement* arg0,
gpointer user_data);
More in uridecodebin
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-uridecodebin.html
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list