summaryrefslogtreecommitdiff
path: root/ext/assrender
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-03-20 17:15:54 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-03-20 17:15:54 +0000
commit24ee6089476ad67cf6eac03bfbf18593c9c17d78 (patch)
treecb0ef9be01def63f42581057c9e863cf9d8312b4 /ext/assrender
parentb8344ea997ac89e318981e41e0fe8dd5f0bd631e (diff)
downloadgstreamer-plugins-bad-24ee6089476ad67cf6eac03bfbf18593c9c17d78.tar.gz
Update for 'mad' mp3 decoder removal
https://bugzilla.gnome.org/show_bug.cgi?id=776140
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 1dbc4d1a8..a3629bfd0 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 ! mpegaudioparse ! mad ! audioconvert ! autoaudiosink d. ! queue ! h264parse ! avdec_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 ! mpg123audiodec ! 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>
*/