dashdemux: fix outdated example launch line
authorSuhwang Kim <suhwang.kim@lge.com>
Mon, 25 May 2015 01:30:55 +0000 (10:30 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 25 May 2015 10:12:47 +0000 (11:12 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=749809

ext/dash/gstdashdemux.c

index f9ba042..618c7a8 100644 (file)
@@ -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"
  * ]|
  */