Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
5aadb77a
Commit
5aadb77a
authored
Jan 09, 2007
by
Wim Taymans
Browse files
gst/avi/gstavidemux.c: Fix docs.
Original commit message from CVS: * gst/avi/gstavidemux.c: Fix docs.
parent
42b8b3a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5aadb77a
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/avi/gstavidemux.c
View file @
5aadb77a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment