summaryrefslogtreecommitdiff
path: root/ext/assrender
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:45:34 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-09-14 16:45:34 +0200
commitb8f913555d75504c0b19bed76d936685182d1b03 (patch)
treeea81b29f674032601b606e6c36c46a091b99b4a4 /ext/assrender
parent0d8f8a5134c16e6bb4754a2d712a5bcad401e44d (diff)
downloadgstreamer-plugins-bad-b8f913555d75504c0b19bed76d936685182d1b03.tar.gz
ffmpegcolorspace is no more
Diffstat (limited to 'ext/assrender')
-rw-r--r--ext/assrender/gstassrender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/assrender/gstassrender.c b/ext/assrender/gstassrender.c
index efa536f05..07335bcbd 100644
--- a/ext/assrender/gstassrender.c
+++ b/ext/assrender/gstassrender.c
@@ -26,7 +26,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch -v filesrc location=/path/to/mkv ! matroskademux name=d ! queue ! mp3parse ! mad ! audioconvert ! autoaudiosink d. ! queue ! ffdec_h264 ! ffmpegcolorspace ! r. d. ! queue ! "application/x-ass" ! assrender name=r ! ffmpegcolorspace ! autovideosink
+ * gst-launch -v filesrc location=/path/to/mkv ! matroskademux name=d ! queue ! mp3parse ! mad ! audioconvert ! autoaudiosink d. ! queue ! ffdec_h264 ! videoconvert ! r. d. ! queue ! "application/x-ass" ! assrender name=r ! videoconvert ! autovideosink
* ]| This pipeline demuxes a Matroska file with h.264 video, MP3 audio and embedded ASS subtitles and renders the subtitles on top of the video.
* </refsect2>
*/