From f6cc8d13e05613e48693acae6dea51aaa746de64 Mon Sep 17 00:00:00 2001 From: Suhwang Kim Date: Mon, 25 May 2015 10:30:55 +0900 Subject: [PATCH] dashdemux: fix outdated example launch line https://bugzilla.gnome.org/show_bug.cgi?id=749809 --- ext/dash/gstdashdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index f9ba0427c3..618c7a8839 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -33,7 +33,7 @@ * DASH demuxer element. * Example launch line * |[ - * 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" * ]| */