[gst-devel] How to use multiqueue with gst-launch?
abirato
ermisp at gmail.com
Wed Jun 16 16:55:14 CEST 2010
Hello there,
i am quite new to gstreamer so i cannot tell you how to change your pipeline
to include one multiqueue...but here is an easy example with a multiqueue
playing a video file...
gst-launch-0.10 filesrc location="shrek4_480.mov" ! decodebin name=dec !
multiqueue name=queue dec. ! queue. queue. ! videoscale ! ffmpegcolorspace !
ximagesink queue. ! audioconvert ! alsasink
when you want to use an element more than once you use the name="sthing" and
then sthing. (with a dot) every time you use it.
In the example above i use the decoder twice to connect the video/audio
stream with the multiqueue (1. "...decodebin name=dec ! multiqueue
name=queue...", 2. "dec. ! queue.") and then i connect the queue with video
and audio converters
hope it helped
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-use-multiqueue-with-gst-launch-tp966482p2257433.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list