ext/ogg/gstoggmux.c: Fix sample pipeline description.

Original commit message from CVS:
* ext/ogg/gstoggmux.c:
Fix sample pipeline description.
This commit is contained in:
Tim-Philipp Müller 2008-04-03 15:58:37 +00:00
parent b04f8ef354
commit cbab1f4114
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
* ext/ogg/gstoggmux.c:
Fix sample pipeline description.
2008-04-03 Stefan Kost <ensonic@users.sf.net>
* docs/plugins/Makefile.am:

View file

@ -30,9 +30,10 @@
* <title>Example pipelines</title>
* <para>
* <programlisting>
* gst-launch v4l2src ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=video.ogg
* gst-launch v4l2src num-buffers=500 ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=video.ogg
* </programlisting>
* Decodes the vorbis audio stored inside an ogg container.
* Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
* (the encoding will stop automatically after 500 frames)
* </para>
* </refsect2>
*