Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc location...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2001 14:18:03 +0000 (14:18 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2001 14:18:03 +0000 (14:18 +0000)
commit17649a66793a72320ac9b8070761d02fbce4a481
tree5e85b0fedb29547989e2ad616266830eb41fbcf7
parent18ae9a069dcb874a371bae0b6ef111663cd70aa8
Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux...

Original commit message from CVS:
Added parallel pipeline syntex to the parser.

./gstreamer-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux
name=foo video_00! { queue ! mpeg2dec ! sdlvideosink } foo.audio_00! { queue
! mad ! osssink }

should do the trick :)
gst/gstparse.c