Original commit message from CVS:
* ext/ogg/gstoggmux.c:
Fix sample pipeline description.
+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:
* <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>
*