From 568edc33d0764f7186cbed8d9989810bbfb97dce Mon Sep 17 00:00:00 2001 From: Wouter Cloetens Date: Wed, 30 Jan 2008 15:40:44 +0000 Subject: ext/soup/gstsouphttpsrc.c: Update documentation a bit. Original commit message from CVS: Patch by: Wouter Cloetens * ext/soup/gstsouphttpsrc.c: Update documentation a bit. * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-alsaspdif.xml: * docs/plugins/inspect/plugin-dvb.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-glimagesink.xml: * docs/plugins/inspect/plugin-mpegvideoparse.xml: * docs/plugins/inspect/plugin-quicktime.xml: * docs/plugins/inspect/plugin-rawparse.xml: * docs/plugins/inspect/plugin-replaygain.xml: * docs/plugins/inspect/plugin-sdl.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-soup.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-spectrum.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-speexresample.xml: * docs/plugins/inspect/plugin-switch.xml: * docs/plugins/inspect/plugin-videocrop.xml: Regenerate everything for the documentation changes we had. --- docs/plugins/gst-plugins-bad-plugins.args | 92 ++++++++++++++++++++++++------- 1 file changed, 71 insertions(+), 21 deletions(-) (limited to 'docs/plugins/gst-plugins-bad-plugins.args') diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 2f7edd5f..5e2f135c 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -11,7 +11,7 @@ GstPitch::pitch gfloat -[0,1,10] +[0.1,10] rw Pitch Audio stream pitch. @@ -21,7 +21,7 @@ GstPitch::rate gfloat -[0,1,10] +[0.1,10] rw Rate Audio stream rate. @@ -31,7 +31,7 @@ GstPitch::tempo gfloat -[0,1,10] +[0.1,10] rw Tempo Audio stream tempo. @@ -1075,7 +1075,7 @@ rw Output format Format of output frames. -OUTPUTFORMAT_RAW +OUTPUTFORMAT_ADTS @@ -1095,7 +1095,7 @@ rw Block type Block type encorcing. -SHORTCTL_NORMAL +SHORTCTL_NOSHORT @@ -1150,7 +1150,7 @@ GstDfbVideoSink::pixel-aspect-ratio -gchararray +gchar* rw Pixel Aspect Ratio @@ -1331,7 +1331,7 @@ GstSpeed::speed gfloat -[0,1,40] +[0.1,40] rwx speed speed. @@ -17280,7 +17280,7 @@ GstNasSink::host -gchararray +gchar* rwx host @@ -18065,7 +18065,7 @@ rwx Pattern sensitivity The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest). -0,3 +0.3 @@ -18105,7 +18105,7 @@ rwx Pattern center The center of the black/white separation (0.0 = lowest, 1.0 highest). -0,5 +0.5 @@ -18255,7 +18255,7 @@ rw stereo stereo. -0,1 +0.1 @@ -18530,7 +18530,7 @@ GstGioSrc::location -gchararray +gchar* rw Location @@ -18540,7 +18540,7 @@ GstGioSink::location -gchararray +gchar* rw Location @@ -18550,7 +18550,7 @@ GstGioStreamSrc::stream -GInputStream +GInputStream* rw Stream @@ -18560,7 +18560,7 @@ GstGioStreamSink::stream -GOutputStream +GOutputStream* rw Stream @@ -18760,7 +18760,7 @@ GstSouphttpSrc::location -gchararray +gchar* rw Location @@ -18770,7 +18770,7 @@ GstSouphttpSrc::iradio-genre -gchararray +gchar* r iradio-genre @@ -18790,7 +18790,7 @@ GstSouphttpSrc::iradio-name -gchararray +gchar* r iradio-name @@ -18800,7 +18800,7 @@ GstSouphttpSrc::iradio-title -gchararray +gchar* r iradio-title @@ -18810,7 +18810,7 @@ GstSouphttpSrc::iradio-url -gchararray +gchar* r iradio-url @@ -18820,7 +18820,7 @@ GstSouphttpSrc::user-agent -gchararray +gchar* rw User-Agent @@ -18828,6 +18828,26 @@ "GStreamer souphttpsrc" + +GstSouphttpSrc::automatic-redirect +gboolean + +rw +automatic-redirect +Automatically follow HTTP redirects (HTTP Status Code 3xx). +TRUE + + + +GstSouphttpSrc::proxy +gchar* + +rw +Proxy +HTTP proxy server URI. +"" + + GstSpeexResample::quality gint @@ -19253,3 +19273,33 @@ FALSE + +GstGLTestSrc::is-live +gboolean + +rw +Is Live +Whether to act as a live source. +FALSE + + + +GstGLTestSrc::pattern +GstGLTestSrcPattern + +rw +Pattern +Type of test pattern to generate. +SMPTE 100% color bars + + + +GstGLTestSrc::timestamp-offset +gint64 + +rw +Timestamp offset +An offset added to timestamps set on buffers (in ns). +0 + + -- cgit v1.2.1