summaryrefslogtreecommitdiffstats
path: root/gst/icydemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-08-27 15:42:11 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-08-27 15:42:11 +0000
commit2664bb269e1a71ef8c1fc6a6719c8c73b7e2d3f0 (patch)
tree932fc6acb57ddc997da29cdd081c1ad328c6924f /gst/icydemux
parent295457b001b4b05bea518203ab10913ca704920b (diff)
gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need to pass iradio-mode=true to the source, ...
Original commit message from CVS: * gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need to pass iradio-mode=true to the source, so the server actually sends an ICY stream.
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/gsticydemux.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c
index 3dc47d42..8ea4d1a5 100644
--- a/gst/icydemux/gsticydemux.c
+++ b/gst/icydemux/gsticydemux.c
@@ -35,11 +35,12 @@
* <title>Example launch line</title>
* <para>
* <programlisting>
- * gst-launch gnomevfssrc location=http://some.server/ ! icydemux ! fakesink -t
+ * gst-launch souphttpsrc location=http://some.server/ iradio-mode=true ! icydemux ! fakesink -t
* </programlisting>
* This pipeline should read any available ICY tag information and output it.
* The contents of the stream should be detected, and the appropriate mime
- * type set on buffers produced from icydemux.
+ * type set on buffers produced from icydemux. (Using gnomevfssrc, neonhttpsrc
+ * or giosrc instead of souphttpsrc should also work.)
* </para>
* </refsect2>
*/