summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/avi/gstavidemux.c6
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d254100a..078f91ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index 100272f7..f9c35973 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -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