hlsdemux: fix example pipeline

This commit is contained in:
Andoni Morales Alastruey 2011-04-13 22:25:57 +02:00 committed by Tim-Philipp Müller
parent 3b19ade905
commit c890a212b6

View file

@ -27,7 +27,7 @@
* <refsect2> * <refsect2>
* <title>Example launch line</title> * <title>Example launch line</title>
* |[ * |[
* gst-launch souphttp location=http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 ! mpegtsdemux ! decodebin2 ! xvimagesink * gst-launch souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin2 ! ffmpegcolorspace ! videoscale ! autovideosink
* ]| * ]|
* </refsect2> * </refsect2>
* *