From 2b3f876d7cbcc791dc7807edeb42034f91126036 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 22:43:08 +0000 Subject: releasing 0.9.4 Original commit message from CVS: releasing 0.9.4 --- docs/plugins/gst-plugins-good-plugins.args | 470 +++++++++++++++++++++++++++++ 1 file changed, 470 insertions(+) (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 fba4f7a9..8010fbfe 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -6518,3 +6518,473 @@ 8000 + +GstSpeexEnc::abr +gint +>= 0 +rw +ABR +Enable average bit-rate (0 = disabled). +0 + + + +GstSpeexEnc::bitrate +gint +>= 0 +rw +Encoding Bit-rate +Specify an encoding bit-rate (in bps). (0 = automatic). +0 + + + +GstSpeexEnc::complexity +gint +>= 0 +rw +Complexity +Set encoding complexity. +3 + + + +GstSpeexEnc::dtx +gboolean + +rw +DTX +Enable discontinuous transmission. +FALSE + + + +GstSpeexEnc::last-message +gchararray + +r +last-message +The last status message. +NULL + + + +GstSpeexEnc::nframes +gint +>= 0 +rw +NFrames +Number of frames per buffer. +1 + + + +GstSpeexEnc::quality +gfloat +[0,10] +rw +Quality +Encoding quality. +8 + + + +GstSpeexEnc::vad +gboolean + +rw +VAD +Enable voice activity detection. +FALSE + + + +GstSpeexEnc::vbr +gboolean + +rw +VBR +Enable variable bit-rate. +FALSE + + + +GstDV1394Src::channel +gint +[0,64] +rw +Channel +Channel number for listening. +63 + + + +GstDV1394Src::consecutive +gint +>= 1 +rw +consecutive frames +send n consecutive frames after skipping. +1 + + + +GstDV1394Src::drop-incomplete +gboolean + +rw +drop_incomplete +drop incomplete frames. +TRUE + + + +GstDV1394Src::guid +guint64 + +rw +GUID +select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid). +0 + + + +GstDV1394Src::port +gint +[-1,16] +rw +Port +Port number (-1 automatic). +-1 + + + +GstDV1394Src::skip +gint +>= 0 +rw +skip frames +skip n frames. +0 + + + +GstDV1394Src::use-avc +gboolean + +rw +Use AV/C +Use AV/C VTR control. +TRUE + + + +GstFlacEnc::blocksize +guint +[16,65535] +rw +Blocksize +Blocksize in samples. +4608 + + + +GstFlacEnc::escape-coding +gboolean + +rw +Do Escape coding +search for escape codes in the entropy coding stage for slightly better compression. +FALSE + + + +GstFlacEnc::exhaustive-model-search +gboolean + +rw +Do exhaustive model search +do exhaustive search of LP coefficient quantization (expensive!). +FALSE + + + +GstFlacEnc::loose-mid-side-stereo +gboolean + +rw +Loose mid side stereo +Loose mid side stereo. +FALSE + + + +GstFlacEnc::max-lpc-order +guint +<= 32 +rw +Max LPC order +Max LPC order; 0 => use only fixed predictors. +8 + + + +GstFlacEnc::max-residual-partition-order +guint +<= 16 +rw +Max residual partition order +Max residual partition order (above 4 doesn't usually help much). +3 + + + +GstFlacEnc::mid-side-stereo +gboolean + +rw +Do mid side stereo +Do mid side stereo (only for stereo input). +TRUE + + + +GstFlacEnc::min-residual-partition-order +guint +<= 16 +rw +Min residual partition order +Min residual partition order (above 4 doesn't usually help much). +3 + + + +GstFlacEnc::qlp-coeff-prec-search +gboolean + +rw +Do QLP coefficients precision search +false = use qlp_coeff_precision, true = search around qlp_coeff_precision, take best. +FALSE + + + +GstFlacEnc::qlp-coeff-precision +guint +<= 32 +rw +QLP coefficients precision +Precision in bits of quantized linear-predictor coefficients; 0 = automatic. +0 + + + +GstFlacEnc::quality +GstFlacEncQuality + +rw +Quality +Speed versus compression tradeoff. +5 + + + +GstFlacEnc::rice-parameter-search-dist +guint +<= 15 +rw +rice_parameter_search_dist +0 = try only calc'd parameter k; else try all [k-dist..k+dist] parameters, use best. +0 + + + +GstFlacEnc::streamable-subset +gboolean + +rw +Streamable subset +true to limit encoder to generating a Subset stream, else false. +TRUE + + + +GstOssSink::device +gchararray + +rw +Device +OSS device (usually /dev/dspN). +"/dev/dsp" + + + +GstVideoMixer::background +GstVideoMixerBackground + +rw +Background +Background type. +0 + + + +GstMatroskaMux::writing-app +gchararray + +rw +Writing application. +The name the application that creates the matroska file. +NULL + + + +GstTest::allowed-timestamp-deviation +gint64 +>= -1 +rwx +allowed timestamp deviation +allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. +-1 + + + +GstTest::buffer-count +gint64 +>= -1 +r +buffer count +number of buffers in stream. +-1 + + + +GstTest::expected-buffer-count +gint64 +>= -1 +rwx +expected buffer count +expected number of buffers in stream. +-1 + + + +GstTest::expected-length +gint64 +>= -1 +rwx +expected length +expected length of stream. +-1 + + + +GstTest::expected-md5 +gchararray + +rwx +expected md5 +expected md5 of processing the whole data. +"---" + + + +GstTest::length +gint64 +>= -1 +r +length +length of stream. +-1 + + + +GstTest::md5 +gchararray + +r +md5 +md5 of processing the whole data. +"---" + + + +GstTest::timestamp-deviation +gint64 +>= -1 +r +timestamp deviation +average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. +-1 + + + +GstProgressReport::silent +gboolean + +rw +Do not print output to stdout +Do not print output to stdout. +FALSE + + + +GstProgressReport::update-freq +gint +>= 1 +rw +Update Frequency +Number of seconds between reports when data is flowing. +5 + + + +GstNavSeek::seek-offset +gdouble +>= 0 +rw +Seek Offset +Time in seconds to seek by. +5 + + + +GstBreakMyData::probability +gdouble +[0,1] +rwx +probability +probability for each byte in the buffer to be changed. +0 + + + +GstBreakMyData::seed +guint + +rwx +seed +seed for randomness (initialized when going from READY to PAUSED). +0 + + + +GstBreakMyData::set-to +gint +[-1,255] +rwx +set-to +set changed bytes to this value (-1 means random value. +-1 + + + +GstBreakMyData::skip +guint + +rwx +skip +amount of bytes skipped at the beginning of stream. +0 + + -- cgit