From fe2b1129ba42738cc38812afa70e7fdbee832331 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 29 Apr 2007 14:01:05 +0000 Subject: docs/plugins/gst-plugins-bad-plugins.*: Commit result of running scanobj-update Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.signals: Commit result of running scanobj-update --- docs/plugins/gst-plugins-bad-plugins.args | 676 ++++++++++++++++++++++++++- docs/plugins/gst-plugins-bad-plugins.signals | 59 +++ 2 files changed, 722 insertions(+), 13 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index bbf80b0e..930ca98a 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -41,7 +41,7 @@ GstXvidEnc::averaging-period gint -[G_MAXULONG,100] +[-1,100] rw Averaging Period [CBR] Number of frames for which XviD averages bitrate. @@ -91,7 +91,7 @@ GstXvidEnc::buffer gint ->= G_MAXULONG +>= -1 rw Buffer Size [CBR] Size of the video buffers. @@ -121,7 +121,7 @@ GstXvidEnc::container-frame-overhead gint -[G_MAXULONG,100] +[-1,100] rw Container Frame Overhead [PASS2] Average container overhead per frame. @@ -151,7 +151,7 @@ GstXvidEnc::flow-control-strength gint -[G_MAXULONG,100] +[-1,100] rw Flow Control Strength [PASS2] Overflow control strength per frame. @@ -211,7 +211,7 @@ GstXvidEnc::keyframe-reduction gint -[G_MAXULONG,100] +[-1,100] rw Keyframe Reduction [PASS2] Keyframe size reduction in % of those within threshold. @@ -221,7 +221,7 @@ GstXvidEnc::keyframe-threshold gint -[G_MAXULONG,100] +[-1,100] rw Keyframe Threshold [PASS2] Distance between keyframes not to be subject to reduction. @@ -281,7 +281,7 @@ GstXvidEnc::max-overflow-degradation gint -[G_MAXULONG,100] +[-1,100] rw Max Overflow Degradation [PASS2] Amount in % that flow control can decrease frame size compared to ideal curve. @@ -291,7 +291,7 @@ GstXvidEnc::max-overflow-improvement gint -[G_MAXULONG,100] +[-1,100] rw Max Overflow Improvement [PASS2] Amount in % that flow control can increase frame size compared to ideal curve. @@ -421,7 +421,7 @@ GstXvidEnc::reaction-delay-factor gint -[G_MAXULONG,100] +[-1,100] rw Reaction Delay Factor [CBR] Reaction delay factor. @@ -1072,7 +1072,7 @@ rw Output format Format of output frames. -OUTPUTFORMAT_RAW +OUTPUTFORMAT_ADTS @@ -1092,7 +1092,7 @@ rw Block type Block type encorcing. -SHORTCTL_NORMAL +SHORTCTL_NOSHORT @@ -1342,7 +1342,7 @@ rw Bands number of frequency bands. -0 +128 @@ -1648,7 +1648,7 @@ GstDvbSrc::diseqc-src gint -[G_MAXULONG,7] +[-1,7] rw diseqc_src DISEqC selected source (-1 disabled) (DVB-S). @@ -16435,3 +16435,653 @@ 0.5 + +GstCDAudio::device +gchararray + +rw +Device +CDROM device. +NULL + + + +GstCDAudio::volume-bl +gint +[0,255] +rw +Volume bl +Back left volume. +255 + + + +GstCDAudio::volume-br +gint +[0,255] +rw +Volume br +Back right volume. +255 + + + +GstCDAudio::volume-fl +gint +[0,255] +rw +Volume fl +Front left volume. +255 + + + +GstCDAudio::volume-fr +gint +[0,255] +rw +Volume fr +Front right volume. +255 + + + +GstX264Enc::analyse +GstX264EncAnalyse + +rw +Analyse +Partitions to consider. + + + + +GstX264Enc::b-pyramid +gboolean + +rw +B-Pyramid +Keep some B-frames as references. +FALSE + + + +GstX264Enc::bframes +guint +<= 4 +rw +B-Frames +Number of B-frames between I and P. +0 + + + +GstX264Enc::bitrate +guint +[1,102400] +rw +Bitrate +Bitrate in kbit/sec. +2048 + + + +GstX264Enc::byte-stream +gboolean + +rw +Byte Stream +Generate byte stream format of NALU. +FALSE + + + +GstX264Enc::cabac +gboolean + +rw +Use CABAC +Enable CABAC entropy coding. +TRUE + + + +GstX264Enc::dct8x8 +gboolean + +rw +DCT8x8 +Adaptive spatial transform size. +FALSE + + + +GstX264Enc::key-int-max +guint +<= G_MAXINT +rw +Key-frame maximal interval +Maximal distance between two key-frames (0 for automatic). +0 + + + +GstX264Enc::me +GstX264EncMe + +rw +Motion Estimation +Integer pixel motion estimation method. +hexagonal search, radius 2 + + + +GstX264Enc::pass +guint +<= 3 +rw +Pass +Pass of multipass encoding (0=single pass; 1=first pass, 2=middle pass, 3=last pass). +0 + + + +GstX264Enc::ref +guint +[1,12] +rw +Reference Frames +Number of reference frames. +1 + + + +GstX264Enc::sps-id +guint +<= 31 +rw +SPS ID +SPS and PPS ID number. +0 + + + +GstX264Enc::stats-file +gchararray + +rw +Stats File +Filename for multipass statistics. +"x264.log" + + + +GstX264Enc::subme +guint +[1,6] +rw +Subpixel Motion Estimation +Subpixel motion estimation and partition decision quality: 1=fast, 6=best. +1 + + + +GstX264Enc::threads +guint +[1,4] +rw +Threads +Number of threads used by the codec. +1 + + + +GstX264Enc::trellis +gboolean + +rw +Trellis quantization +Enable trellis searched quantization. +TRUE + + + +GstX264Enc::vbv-buf-capacity +guint +[300,10000] +rw +VBV buffer capacity +Size of the VBV buffer in milliseconds. +600 + + + +GstX264Enc::weightb +gboolean + +rw +Weighted B-Frames +Weighted prediction for B-frames. +FALSE + + + +GstNasSink::host +gchararray + +rwx +host +host running the NAS daemon (name of X/Terminal, default is $AUDIOSERVER or $DISPLAY). +NULL + + + +GstNasSink::mute +gboolean + +rwx +mute +Whether to mute playback. +FALSE + + + +GstXImageSrc::display-name +gchararray + +rw +Display +X Display name. +NULL + + + +GstXImageSrc::screen-num +guint +<= G_MAXINT +rw +Screen number +X Screen number. +0 + + + +GstXImageSrc::show-pointer +gboolean + +rw +Show Mouse Pointer +Show mouse pointer if XFixes extension enabled. +TRUE + + + +GstV4l2Src::device +gchararray + +rw +Device +Device location. +NULL + + + +GstV4l2Src::device-name +gchararray + +r +Device name +Name of the device. +NULL + + + +GstV4l2Src::flags +GstV4l2DeviceTypeFlags + +r +Flags +Device type flags. + + + + +GstV4l2Src::frequency +gulong + +rw +frequency +frequency to tune to (in Hz). + + + + +GstV4l2Src::input +gchararray + +rw +input +input/output (channel) to switch to. +NULL + + + +GstV4l2Src::std +gchararray + +rw +std +standard (norm) to use. +NULL + + + +GstV4l2Src::use-fixed-fps +gboolean + +rw +Use Fixed FPS +Drop/Insert frames to reach a certain FPS (TRUE) or adapt FPS to suit the number of frabbed frames. +TRUE + + + +GstMveMux::compression +gboolean + +rw +Audio compression +Whether to compress audio data. +FALSE + + + +GstMveMux::quick +gboolean + +rw +Quick encoding +Whether to disable expensive encoding operations. +TRUE + + + +GstMveMux::screen-height +guint +[200,1200] +rw +Screen height +Suggested screen height. +480 + + + +GstMveMux::screen-width +guint +[320,1600] +rw +Screen width +Suggested screen width. +640 + + + +GstIirEqualizer10Bands::band0 +gdouble +[-1,1] +rw +20 Hz +gain for the frequency band 20 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band1 +gdouble +[-1,1] +rw +43 Hz +gain for the frequency band 43 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band2 +gdouble +[-1,1] +rw +93 Hz +gain for the frequency band 93 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band3 +gdouble +[-1,1] +rw +200 Hz +gain for the frequency band 200 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band4 +gdouble +[-1,1] +rw +430 Hz +gain for the frequency band 430 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band5 +gdouble +[-1,1] +rw +928 Hz +gain for the frequency band 928 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band6 +gdouble +[-1,1] +rw +2000 Hz +gain for the frequency band 2000 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band7 +gdouble +[-1,1] +rw +4308 Hz +gain for the frequency band 4308 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band8 +gdouble +[-1,1] +rw +9283 Hz +gain for the frequency band 9283 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer10Bands::band9 +gdouble +[-1,1] +rw +20 kHz +gain for the frequency band 20 kHz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer3Bands::band0 +gdouble +[-1,1] +rw +20 Hz +gain for the frequency band 20 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer3Bands::band1 +gdouble +[-1,1] +rw +632 Hz +gain for the frequency band 632 Hz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizer3Bands::band2 +gdouble +[-1,1] +rw +20 kHz +gain for the frequency band 20 kHz, ranging from -1.0 to +1.0. +0 + + + +GstIirEqualizerNBands::num-bands +guint +[2,64] +rwx +num-bands +number of different bands to use. +10 + + + +GstRealAudioDec::password +gchararray + +rw +Password +Password. +"Ardubancel Quazanga" + + + +GstRealAudioDec::path-ra14-4 +gchararray + +rw +Path to 14_4 driver +Path to 14_4 driver. +"/usr/lib/win32/14_4.so.6.0" + + + +GstRealAudioDec::path-ra28-8 +gchararray + +rw +Path to 28_8 driver +Path to 28_8 driver. +"/usr/lib/win32/28_8.so.6.0" + + + +GstRealAudioDec::path-raatrk +gchararray + +rw +Path to atrk driver +Path to atrk driver. +"/usr/lib/win32/atrk.so.6.0" + + + +GstRealAudioDec::path-racook +gchararray + +rw +Path to cook driver +Path to cook driver. +"/usr/lib/win32/cook.so.6.0" + + + +GstRealAudioDec::path-rasipr +gchararray + +rw +Path to sipr driver +Path to sipr driver. +"/usr/lib/win32/sipr.so.6.0" + + + +GstRealVideoDec::path-rv20 +gchararray + +rw +Path to rv20 driver +Path to rv20 driver. +"/usr/lib/win32/drv2.so.6.0" + + + +GstRealVideoDec::path-rv30 +gchararray + +rw +Path to rv30 driver +Path to rv30 driver. +"/usr/lib/win32/drv3.so.6.0" + + + +GstRealVideoDec::path-rv40 +gchararray + +rw +Path to rv40 driver +Path to rv40 driver. +"/usr/lib/win32/drv4.so.6.0" + + + +GstRTPJitterBuffer::drop-on-latency +gboolean + +rw +Drop buffers when maximum latency is reached +Tells the jitterbuffer to never exceed the given latency in size. +FALSE + + + +GstRTPJitterBuffer::latency +guint + +rw +Buffer latency in ms +Amount of ms to buffer. +200 + + + +GstRTPBin::latency +guint + +rw +Buffer latency in ms +Amount of ms to buffer. +200 + + diff --git a/docs/plugins/gst-plugins-bad-plugins.signals b/docs/plugins/gst-plugins-bad-plugins.signals index e498eacb..92c41b8b 100644 --- a/docs/plugins/gst-plugins-bad-plugins.signals +++ b/docs/plugins/gst-plugins-bad-plugins.signals @@ -13,3 +13,62 @@ GstCDAudio *gstcdaudio gint arg1 + +GstRTPSsrcDemux::new-ssrc-pad +void +l +GstRTPSsrcDemux *gstrtpssrcdemux +guint arg1 +GstPad *arg2 + + + +GstRTPSession::request-pt-map +GstCaps* +l +GstRTPSession *gstrtpsession +guint arg1 + + + +GstRTPPtDemux::new-payload-type +void +l +GstRTPPtDemux *gstrtpptdemux +guint arg1 +GstPad *arg2 + + + +GstRTPPtDemux::payload-type-change +void +l +GstRTPPtDemux *gstrtpptdemux +guint arg1 + + + +GstRTPPtDemux::request-pt-map +GstCaps* +l +GstRTPPtDemux *gstrtpptdemux +guint arg1 + + + +GstRTPJitterBuffer::request-pt-map +GstCaps* +l +GstRTPJitterBuffer *gstrtpjitterbuffer +guint arg1 + + + +GstRTPBin::request-pt-map +GstCaps* +l +GstRTPBin *gstrtpbin +guint arg1 +guint arg2 + + -- cgit v1.2.1