diff options
Diffstat (limited to 'gst/qtdemux/qtdemux.c')
-rw-r--r-- | gst/qtdemux/qtdemux.c | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 3994b734..540168d9 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -23,24 +23,19 @@ /** * SECTION:element-qtdemux * - * <refsect2> - * <para> * Demuxes a .mov file into raw or compressed audio and/or video streams. - * </para> - * <para> + * * This element supports both push and pull-based scheduling, depending on the * capabilities of the upstream elements. - * </para> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch filesrc location=test.mov ! qtdemux name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink - * </programlisting> - * Play (parse and decode) a .mov file and try to output it to + * ]| Play (parse and decode) a .mov file and try to output it to * an automatically detected soundcard and videosink. If the MOV file contains * compressed audio or video data, this will only work if you have the * right decoder elements/plugins installed. - * </para> * </refsect2> * * Last reviewed on 2006-12-29 (0.10.5) |