diff options
author | Jimmy Ohn <yongjin.ohn@lge.com> | 2015-05-30 21:35:36 +0900 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-06-05 12:21:41 -0300 |
commit | 1270afae44ae102c32b5ddf2922ca20d759663ab (patch) | |
tree | ca6ba0d3a9f2bc535e7f5b23e7e713e8922a1a2d | |
parent | e04ced027ee690394676e97d6c6a4448421e0e5c (diff) |
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
-rw-r--r-- | ext/hls/gsthlsdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hls/gsthlsdemux.c b/ext/hls/gsthlsdemux.c index 5e2732718..0f649b2c6 100644 --- a/ext/hls/gsthlsdemux.c +++ b/ext/hls/gsthlsdemux.c @@ -31,7 +31,7 @@ * <refsect2> * <title>Example launch line</title> * |[ - * 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 * ]| * </refsect2> */ |