From 8bc076ee6e45285d1c4908e2355dc1d51fc55b2b Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 12 Apr 2008 23:30:54 +0000 Subject: Move soup plugin from -bad (Fixes: #523124) Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-soup.xml: * ext/Makefile.am: * tests/check/Makefile.am: Move soup plugin from -bad (Fixes: #523124) --- docs/plugins/gst-plugins-good-plugins.args | 170 ++++++++++++++++++++++++++++- 1 file changed, 165 insertions(+), 5 deletions(-) (limited to 'docs/plugins/gst-plugins-good-plugins.args') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index d9d33805..4bfc061e 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -214,7 +214,7 @@ rw Bands -number of frequency bands. +Number of frequency bands. 128 @@ -234,7 +234,7 @@ rw Message -Post a level message for each passed interval. +Whether to post a 'spectrum' element message on the bus for each passed interval. TRUE @@ -254,7 +254,7 @@ rw Magnitude -Post the magnitude of the spectrum. +Whether to add a 'magnitude' field to the structure of any 'spectrum' element messages posted on the bus. TRUE @@ -264,7 +264,7 @@ rw Phase -Post the phase of the spectrum. +Whether to add a 'phase' field to the structure of any 'spectrum' element messages posted on the bus. FALSE @@ -1195,7 +1195,7 @@ rw driver driver. -X11 driver 1.1 +Curses driver 1.0 @@ -17928,3 +17928,163 @@ + +GstOsxAudioSink::device +gint +>= 0 +rw +Device ID +Device ID of output device. +0 + + + +GstOsxAudioSrc::device +gint +>= 0 +rw +Device ID +Device ID of input device. +0 + + + +GstOSXVideoSink::embed +gboolean + +rw +embed +When enabled, it can be embedded. +FALSE + + + +GstOSXVideoSink::fullscreen +gboolean + +rw +fullscreen +When enabled, the view is fullscreen. +FALSE + + + +GstGdkPixbufSink::last-pixbuf +GdkPixbuf* + +r +Last Pixbuf +Last GdkPixbuf object rendered. + + + + +GstGdkPixbufSink::send-messages +gboolean + +rw +Send Messages +Whether to post messages containing pixbufs on the bus. +TRUE + + + +GstSoupHTTPSrc::automatic-redirect +gboolean + +rw +automatic-redirect +Automatically follow HTTP redirects (HTTP Status Code 3xx). +TRUE + + + +GstSoupHTTPSrc::cookies +GStrv* + +rw +Cookies +HTTP request cookies. + + + + +GstSoupHTTPSrc::iradio-genre +gchar* + +r +iradio-genre +Genre of the stream. +NULL + + + +GstSoupHTTPSrc::iradio-mode +gboolean + +rw +iradio-mode +Enable internet radio mode (extraction of shoutcast/icecast metadata). +FALSE + + + +GstSoupHTTPSrc::iradio-name +gchar* + +r +iradio-name +Name of the stream. +NULL + + + +GstSoupHTTPSrc::iradio-title +gchar* + +r +iradio-title +Name of currently playing song. +NULL + + + +GstSoupHTTPSrc::iradio-url +gchar* + +r +iradio-url +Homepage URL for radio stream. +NULL + + + +GstSoupHTTPSrc::location +gchar* + +rw +Location +Location to read from. +"" + + + +GstSoupHTTPSrc::proxy +gchar* + +rw +Proxy +HTTP proxy server URI. +"" + + + +GstSoupHTTPSrc::user-agent +gchar* + +rw +User-Agent +Value of the User-Agent HTTP request header field. +"GStreamer souphttpsrc " + + -- cgit