Set object property in gst-launch
Nicolas Dufresne
nicolas.dufresne at collabora.com
Wed May 29 17:33:43 PDT 2013
Le mercredi 29 mai 2013 à 15:39 -0700, Wes Miller a écrit :
> gst-launch playbin uri=file:///c:/blah.mp3 audiosink=pulsesink
>
> or
>
> gst-launch playbin uri=file:///c:/blah.mp3 audiosink=alsasink
Just to correct, it's audio-sink=, and you can use double quotes to pass
a sub-pipeline, so this pipeline would also be valid:
gst-launch-1.0 playbin uri=file:///h264.mp4 video-sink="avdec_h264
max-threads=4 ! videoconvert ! xvimagesink"
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130529/4c85d3cd/attachment-0001.html>
More information about the gstreamer-devel
mailing list