From 1270afae44ae102c32b5ddf2922ca20d759663ab Mon Sep 17 00:00:00 2001 From: Jimmy Ohn Date: Sat, 30 May 2015 21:35:36 +0900 Subject: [PATCH] hlsdemux: Fix wrong gst-launch command in the description Fix wrong gst-lauch command in the description. This patch may help people to get right testing results using the script. https://bugzilla.gnome.org/show_bug.cgi?id=750143 --- ext/hls/gsthlsdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 5e27327187..0f649b2c6b 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -31,7 +31,7 @@ * * Example launch line * |[ - * gst-launch souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin2 ! videoconvert ! videoscale ! autovideosink + * gst-launch-1.0 souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin ! videoconvert ! videoscale ! autovideosink * ]| * */