mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
fix broken pipeline example in doc
Original commit message from CVS: fix broken pipeline example in doc
This commit is contained in:
parent
0c11c636bd
commit
2b11ffc10c
2 changed files with 10 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue