mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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.
This commit is contained in:
parent
295457b001
commit
2664bb269e
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-08-27 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* 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 <msmith@songbirdnest.com>
|
||||
|
||||
* sys/osxaudio/gstosxaudio.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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue