From addc96d983b84ed7257e462dc344b8474bc15d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 13 Aug 2007 13:50:39 +0000 Subject: Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other doc... Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: * docs/plugins/inspect/plugin-bz2.xml: * docs/plugins/inspect/plugin-cdxaparse.xml: * docs/plugins/inspect/plugin-dtsdec.xml: * docs/plugins/inspect/plugin-faac.xml: * docs/plugins/inspect/plugin-faad.xml: * docs/plugins/inspect/plugin-filter.xml: * docs/plugins/inspect/plugin-freeze.xml: * docs/plugins/inspect/plugin-gsm.xml: * docs/plugins/inspect/plugin-gstrtpmanager.xml: * docs/plugins/inspect/plugin-h264parse.xml: * docs/plugins/inspect/plugin-modplug.xml: * docs/plugins/inspect/plugin-mpeg2enc.xml: * docs/plugins/inspect/plugin-musepack.xml: * docs/plugins/inspect/plugin-musicbrainz.xml: * docs/plugins/inspect/plugin-nsfdec.xml: * docs/plugins/inspect/plugin-replaygain.xml: * docs/plugins/inspect/plugin-soundtouch.xml: * docs/plugins/inspect/plugin-spcdec.xml: * docs/plugins/inspect/plugin-spectrum.xml: * docs/plugins/inspect/plugin-speed.xml: * docs/plugins/inspect/plugin-tta.xml: * docs/plugins/inspect/plugin-videosignal.xml: * docs/plugins/inspect/plugin-xingheader.xml: * docs/plugins/inspect/plugin-xvid.xml: * gst/filter/gstbpwsinc.c: * gst/filter/gstbpwsinc.h: * gst/filter/gstlpwsinc.c: * gst/filter/gstlpwsinc.h: Add docs for lpwsinc and bpwsinc and integrate them into the build system. While doing that also update all other docs via make update in docs/plugins. --- docs/plugins/gst-plugins-bad-plugins.args | 314 +++++++++++++++++++++++++----- 1 file changed, 267 insertions(+), 47 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 f5dfcf31..aaa99cbd 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -811,7 +811,7 @@ GstMpeg2enc::max-gop-size gint -[G_MAXULONG,250] +[-1,250] rw Max. GOP size Maximal size per Group-of-Pictures (-1=default). @@ -821,7 +821,7 @@ GstMpeg2enc::min-gop-size gint -[G_MAXULONG,250] +[-1,250] rw Min. GOP size Minimal size per Group-of-Pictures (-1=default). @@ -1041,7 +1041,7 @@ GstMMS::connection-speed guint - +<= 2147483 rw Connection Speed Network connection speed in kbps (0 = unknown). @@ -1331,7 +1331,7 @@ GstSpeed::speed gfloat -[0,1,40] +[0.1,40] rwx speed speed. @@ -1501,51 +1501,91 @@ GstBPWSinc::length gint ->= 1 +>= 3 rw Length -N such that the filter length = 2N + 1. -1 +Filter kernel length, will be rounded to the next odd number. +101 GstBPWSinc::lower-frequency gdouble -[0,0,5] +>= 0 rw Lower Frequency -Cut-off lower frequency (relative to sample rate). +Cut-off lower frequency (Hz). 0 GstBPWSinc::upper-frequency gdouble -[0,0,5] +>= 0 rw Upper Frequency -Cut-off upper frequency (relative to sample rate). +Cut-off upper frequency (Hz). 0 + +GstBPWSinc::mode +GstBPWSincMode + +rw +Mode +Band pass or band reject mode. +Band pass (default) + + + +GstBPWSinc::window +GstBPWSincWindow + +rw +Window +Window function to use. +Hamming window (default) + + GstLPWSinc::frequency gdouble -[0,0,5] +>= 0 rw Frequency -Cut-off Frequency relative to sample rate. +Cut-off Frequency (Hz). 0 GstLPWSinc::length gint ->= 1 +>= 3 rw Length -N such that the filter length = 2N + 1. -1 +Filter kernel length, will be rounded to the next odd number. +101 + + + +GstLPWSinc::mode +GstLPWSincMode + +rw +Mode +Low pass or high pass mode. +Low pass (default) + + + +GstLPWSinc::window +GstLPWSincWindow + +rw +Window +Window function to use. +Hamming window (default) @@ -1758,6 +1798,66 @@ + +GstDvbSrc::adapter +gint +[0,16] +rw +The adapter device number +The adapter device number (eg. 0 for adapter0). +0 + + + +GstDvbSrc::diseqc-source +gint +[-1,7] +rw +diseqc source +DISEqC selected source (-1 disabled) (DVB-S). +-1 + + + +GstDvbSrc::frequency +gint +>= 0 +rw +frequency +Frequency. +0 + + + +GstDvbSrc::frontend +gint +[0,16] +rw +The frontend device number +The frontend device number (eg. 0 for frontend0). +0 + + + +GstDvbSrc::polarity +gchararray + +rw +polarity +Polarity [vhHV] (DVB-S). +"h" + + + +GstDvbSrc::symbol-rate +gint +>= 0 +rw +symbol rate +Symbol Rate (DVB-S, DVB-C). +0 + + GstMultiFileSink::location gchararray @@ -16795,7 +16895,7 @@ rwx Dry-Wet-Balance Dry-Wet-Balance. -0,5 +0.5 @@ -17193,8 +17293,8 @@ gdouble [-1,1] rw -20 Hz -gain for the frequency band 20 Hz, ranging from -1.0 to +1.0. +29 Hz +gain for the frequency band 29 Hz, ranging from -1.0 to +1.0. 0 @@ -17203,8 +17303,8 @@ gdouble [-1,1] rw -43 Hz -gain for the frequency band 43 Hz, ranging from -1.0 to +1.0. +59 Hz +gain for the frequency band 59 Hz, ranging from -1.0 to +1.0. 0 @@ -17213,8 +17313,8 @@ gdouble [-1,1] rw -93 Hz -gain for the frequency band 93 Hz, ranging from -1.0 to +1.0. +119 Hz +gain for the frequency band 119 Hz, ranging from -1.0 to +1.0. 0 @@ -17223,8 +17323,8 @@ gdouble [-1,1] rw -200 Hz -gain for the frequency band 200 Hz, ranging from -1.0 to +1.0. +227 Hz +gain for the frequency band 227 Hz, ranging from -1.0 to +1.0. 0 @@ -17233,8 +17333,8 @@ gdouble [-1,1] rw -430 Hz -gain for the frequency band 430 Hz, ranging from -1.0 to +1.0. +474 Hz +gain for the frequency band 474 Hz, ranging from -1.0 to +1.0. 0 @@ -17243,8 +17343,8 @@ gdouble [-1,1] rw -928 Hz -gain for the frequency band 928 Hz, ranging from -1.0 to +1.0. +947 Hz +gain for the frequency band 947 Hz, ranging from -1.0 to +1.0. 0 @@ -17253,8 +17353,8 @@ gdouble [-1,1] rw -2000 Hz -gain for the frequency band 2000 Hz, ranging from -1.0 to +1.0. +1889 Hz +gain for the frequency band 1889 Hz, ranging from -1.0 to +1.0. 0 @@ -17263,8 +17363,8 @@ gdouble [-1,1] rw -4308 Hz -gain for the frequency band 4308 Hz, ranging from -1.0 to +1.0. +3770 Hz +gain for the frequency band 3770 Hz, ranging from -1.0 to +1.0. 0 @@ -17273,8 +17373,8 @@ gdouble [-1,1] rw -9283 Hz -gain for the frequency band 9283 Hz, ranging from -1.0 to +1.0. +7523 Hz +gain for the frequency band 7523 Hz, ranging from -1.0 to +1.0. 0 @@ -17283,8 +17383,8 @@ gdouble [-1,1] rw -20 kHz -gain for the frequency band 20 kHz, ranging from -1.0 to +1.0. +15011 Hz +gain for the frequency band 15011 Hz, ranging from -1.0 to +1.0. 0 @@ -17293,8 +17393,8 @@ gdouble [-1,1] rw -20 Hz -gain for the frequency band 20 Hz, ranging from -1.0 to +1.0. +110 Hz +gain for the frequency band 110 Hz, ranging from -1.0 to +1.0. 0 @@ -17303,8 +17403,8 @@ gdouble [-1,1] rw -632 Hz -gain for the frequency band 632 Hz, ranging from -1.0 to +1.0. +1110 Hz +gain for the frequency band 1110 Hz, ranging from -1.0 to +1.0. 0 @@ -17313,8 +17413,8 @@ gdouble [-1,1] rw -20 kHz -gain for the frequency band 20 kHz, ranging from -1.0 to +1.0. +11 kHz +gain for the frequency band 11 kHz, ranging from -1.0 to +1.0. 0 @@ -17388,6 +17488,66 @@ "/usr/lib/win32/sipr.so.6.0" + +GstRealAudioDec::ra14-4-names +gchararray + +rw +Names of 14_4 driver +Names of 14_4 driver. +"14_4.so.6.0" + + + +GstRealAudioDec::ra28-8-names +gchararray + +rw +Names of 28_8 driver +Names of 28_8 driver. +"28_8.so.6.0" + + + +GstRealAudioDec::raatrk-names +gchararray + +rw +Names of atrk driver +Names of atrk driver. +"atrc.so:atrc.so.6.0" + + + +GstRealAudioDec::racook-names +gchararray + +rw +Names of cook driver +Names of cook driver. +"cook.so:cook.so.6.0" + + + +GstRealAudioDec::rasipr-names +gchararray + +rw +Names of sipr driver +Names of sipr driver. +"sipr.so:sipr.so.6.0" + + + +GstRealAudioDec::real-codecs-path +gchararray + +rw +Path where to search for RealPlayer codecs +Path where to search for RealPlayer codecs. +"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" + + GstRealVideoDec::path-rv20 gchararray @@ -17418,6 +17578,46 @@ "/usr/lib/win32/drv4.so.6.0" + +GstRealVideoDec::real-codecs-path +gchararray + +rw +Path where to search for RealPlayer codecs +Path where to search for RealPlayer codecs. +"/usr/lib/win32:/usr/lib/codecs:/usr/local/RealPlayer/codecs:/usr/local/lib/win32:/usr/local/lib/codecs" + + + +GstRealVideoDec::rv20-names +gchararray + +rw +Names of rv20 driver +Names of rv20 driver. +"drv2.so:drv2.so.6.0" + + + +GstRealVideoDec::rv30-names +gchararray + +rw +Names of rv30 driver +Names of rv30 driver. +"drvc.so:drv3.so.6.0" + + + +GstRealVideoDec::rv40-names +gchararray + +rw +Names of rv40 driver +Names of rv40 driver. +"drvc.so:drv4.so.6.0" + + GstRTPJitterBuffer::drop-on-latency gboolean @@ -17704,8 +17904,8 @@ [0,1] rwx Pattern sensitivity -The sensitivity for detecting the markers (0.0 = lowest, 1.0 highest). -0,3 +The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest). +0.3 @@ -17744,8 +17944,8 @@ [0,1] rwx Pattern center -The center of the black/white region (0.0 = highest, 0.5 lowest). -0,5 +The center of the black/white separation (0.0 = lowest, 1.0 highest). +0.5 @@ -17878,3 +18078,23 @@ 0 + +GstStereo::active +gboolean + +rw +active +active. +TRUE + + + +GstStereo::stereo +gfloat +[0,1] +rw +stereo +stereo. +0.1 + + -- cgit v1.2.1