How to specify property of source selected by uri in gst-launch
Pavel Hofman
pavel.hofman at ivitera.com
Tue Oct 24 19:39:45 UTC 2017
Hi Vinod,
Thanks a lot for your great hint. Looking at the signal would have never
occurred to me. The cdparanoiasrc element indeed showed up in
source-setup handler of the python gstreamer library. Adding the
property was simple and now the cd drive playes silently.
Once more, thanks a lot!
Best regards,
Pavel.
Dne 24.10.2017 v 08:06 Vinod Kesti napsal(a):
> 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,
More information about the gstreamer-devel
mailing list