gst/avi/gstavidemux.c: Fix docs.

Original commit message from CVS:
* gst/avi/gstavidemux.c:
Fix docs.
This commit is contained in:
Wim Taymans 2007-01-09 12:25:26 +00:00
parent 42b8b3a37f
commit 5aadb77a1d
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-01-09 Wim Taymans <wim@fluendo.com>
* gst/avi/gstavidemux.c:
Fix docs.
2007-01-09 Wim Taymans <wim@fluendo.com>
* gst/rtp/Makefile.am:

View file

@ -27,12 +27,13 @@
* Demuxes an .avi file into raw or compressed audio and/or video streams.
* </para>
* <para>
* This element currently only supports pull-based scheduling.
* This element supports both push and pull-based scheduling, depending on the
* capabilities of the upstream elements.
* </para>
* <title>Example launch line</title>
* <para>
* <programlisting>
* gst-launch filesrc test.avi ! avidemux name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink
* gst-launch filesrc location=test.avi ! avidemux name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink
* </programlisting>
* Play (parse and decode) an .avi file and try to output it to
* an automatically detected soundcard and videosink. If the AVI file contains
@ -41,6 +42,7 @@
* </para>
* </refsect2>
*
* Last reviewed on 2006-12-29 (0.10.6)
*/
#ifdef HAVE_CONFIG_H