summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSuhwang Kim <suhwang.kim@lge.com>2015-05-25 10:30:55 +0900
committerTim-Philipp Müller <tim@centricular.com>2015-05-25 11:12:47 +0100
commitf6cc8d13e05613e48693acae6dea51aaa746de64 (patch)
tree504d71c532bf44245318cd75266855799dde2c5c /ext
parent656918d5d60be1fa47fc30c5a2a9c6f9dc065ccc (diff)
downloadgstreamer-plugins-bad-f6cc8d13e05613e48693acae6dea51aaa746de64.tar.gz
dashdemux: fix outdated example launch line
https://bugzilla.gnome.org/show_bug.cgi?id=749809
Diffstat (limited to 'ext')
-rw-r--r--ext/dash/gstdashdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c
index f9ba0427c..618c7a883 100644
--- a/ext/dash/gstdashdemux.c
+++ b/ext/dash/gstdashdemux.c
@@ -33,7 +33,7 @@
* DASH demuxer element.
* <title>Example launch line</title>
* |[
- * gst-launch playbin2 uri="http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/RedBullPlayStreets/redbull_4s/RedBullPlayStreets_4s_isoffmain_DIS_23009_1_v_2_1c2_2011_08_30.mpd"
+ * gst-launch-1.0 playbin uri="http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/RedBullPlayStreets/redbull_4s/RedBullPlayStreets_4s_isoffmain_DIS_23009_1_v_2_1c2_2011_08_30.mpd"
* ]|
*/