fix broken pipeline example in doc

Original commit message from CVS:
fix broken pipeline example in doc
This commit is contained in:
Christian Schaller 2004-12-16 22:32:13 +00:00
parent 0c11c636bd
commit 2b11ffc10c
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
* docs/manual/appendix-programs.xml: fix pipeline to actually work
2004-12-16 Christian Fredrik Kalager Schaller <christian@fluendo.com>
* docs/faq/general.xml: fix pipeline to actually work
2004-12-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/gstvalue.c: (gst_value_deserialize_string):

View file

@ -29,8 +29,8 @@ gst-launch filesrc location=hello.mp3 ! mad ! osssink
<screen>
gst-launch filesrc location=redpill.vob ! mpegdemux name=demux \
demux.audio_00! { ac3parse ! a52dec ! osssink } \
demux.video_00! { mpeg2dec ! xvideosink }
{ demux.audio_00 ! queue ! a52dec ! audioconvert ! audioscale ! osssink } \
{ demux.video_00 ! queue ! mpeg2dec ! ffmpegcolorspace ! xvmagesink }
</screen>
</para>