diff --git a/ChangeLog b/ChangeLog index efe328d38e..75db313483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-27 Tim-Philipp Müller + + * 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. + 2008-08-26 Michael Smith * sys/osxaudio/gstosxaudio.c: diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c index 3dc47d42aa..8ea4d1a5f7 100644 --- a/gst/icydemux/gsticydemux.c +++ b/gst/icydemux/gsticydemux.c @@ -35,11 +35,12 @@ * Example launch line * * - * gst-launch gnomevfssrc location=http://some.server/ ! icydemux ! fakesink -t + * gst-launch souphttpsrc location=http://some.server/ iradio-mode=true ! icydemux ! fakesink -t * * 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.) * * */