summaryrefslogtreecommitdiff
path: root/gst/dvbsuboverlay
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 /gst/dvbsuboverlay
parentd5e115171b6fecd86ae4f9bb03e8f4becccd4bc9 (diff)
downloadgstreamer-plugins-bad-384987341b636d545b259cda53ef195b57f64794.tar.gz
assrender, dvbsuboverlay: fix example pipelines in docs
Diffstat (limited to 'gst/dvbsuboverlay')
-rw-r--r--gst/dvbsuboverlay/gstdvbsuboverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvbsuboverlay/gstdvbsuboverlay.c b/gst/dvbsuboverlay/gstdvbsuboverlay.c
index ea6faf38d..3658201c1 100644
--- a/gst/dvbsuboverlay/gstdvbsuboverlay.c
+++ b/gst/dvbsuboverlay/gstdvbsuboverlay.c
@@ -26,7 +26,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[ FIXME
- * gst-launch-1.0 -v filesrc location=/path/to/ts ! mpegtsdemux name=d ! queue ! mp3parse ! mad ! audioconvert ! autoaudiosink \
+ * gst-launch-1.0 -v filesrc location=/path/to/ts ! mpegtsdemux name=d ! queue ! mpegaudioparse ! mad ! audioconvert ! autoaudiosink \
* d. ! queue ! mpeg2dec ! videoconvert ! r. \
* d. ! queue ! "subpicture/x-dvb" ! dvbsuboverlay name=r ! videoconvert ! autovideosink
* ]| This pipeline demuxes a MPEG-TS file with MPEG2 video, MP3 audio and embedded DVB subtitles and renders the subtitles on top of the video.