summaryrefslogtreecommitdiff
path: root/ext/assrender
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-12-19 21:25:49 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-12-19 21:25:49 +0000
commit384987341b636d545b259cda53ef195b57f64794 (patch)
tree737f71323fb06be8a32d64ad88b8ed7b48ecdcbb /ext/assrender
parentd5e115171b6fecd86ae4f9bb03e8f4becccd4bc9 (diff)
downloadgstreamer-plugins-bad-384987341b636d545b259cda53ef195b57f64794.tar.gz
assrender, dvbsuboverlay: fix example pipelines in docs
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 44566d182..913beb555 100644
--- a/ext/assrender/gstassrender.c
+++ b/ext/assrender/gstassrender.c
@@ -26,7 +26,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch-1.0 -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
+ * gst-launch-1.0 -v filesrc location=/path/to/mkv ! matroskademux name=d ! queue ! mpegaudioparse ! mad ! audioconvert ! autoaudiosink d. ! queue ! h264parse ! avdec_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>
*/