@@ -68170,6 +68170,26 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstOpenh264Enc::qp-max</NAME>
<TYPE>guint</TYPE>
<RANGE><= 51</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Maximum Quantizer</NICK>
<BLURB>Maximum quantizer.</BLURB>
<DEFAULT>51</DEFAULT>
</ARG>
<ARG>
<NAME>GstOpenh264Enc::qp-min</NAME>
<TYPE>guint</TYPE>
<RANGE><= 51</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Minimum Quantizer</NICK>
<BLURB>Minimum quantizer.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstLibde265Dec::max-threads</NAME>
<TYPE>gint</TYPE>
...
...
@@ -72310,6 +72330,56 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstWebrtcDsp::compression-gain-db</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,90]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Compression Gain dB</NICK>
<BLURB>Sets the maximum |gain| the digital compression stage may apply, in dB.</BLURB>
<DEFAULT>9</DEFAULT>
</ARG>
<ARG>
<NAME>GstWebrtcDsp::gain-control-mode</NAME>
<TYPE>GstWebrtcGainControlMode</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Gain Control Mode</NICK>
<BLURB>Controls the mode of the compression stage.</BLURB>
<DEFAULT>Adaptive Digital</DEFAULT>
</ARG>
<ARG>
<NAME>GstWebrtcDsp::limiter</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Limiter</NICK>
<BLURB>When enabled, the compression stage will hard limit the signal to the target level. Otherwise, the signal will be compressed but not limited above the target level.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstWebrtcDsp::startup-min-volume</NAME>
<TYPE>gint</TYPE>
<RANGE>[12,255]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Startup Minimum Volume</NICK>
<BLURB>At startup the experimental AGC moves the microphone volume up to |startup_min_volume| if the current microphone volume is set too low. No effect if experimental-agc isn't enabled.</BLURB>
<DEFAULT>12</DEFAULT>
</ARG>
<ARG>
<NAME>GstWebrtcDsp::target-level-dbfs</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,31]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Target Level dBFS</NICK>
<BLURB>Sets the target peak |level| (or envelope) of the gain control in dBFS (decibels from digital full-scale).</BLURB>
<DEFAULT>3</DEFAULT>
</ARG>
<ARG>
<NAME>GstDC1394Src::dma</NAME>
<TYPE>guint</TYPE>
...
...
@@ -72420,6 +72490,26 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstTimeCodeStamper::first-timecode</NAME>
<TYPE>GstVideoTimeCode*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Timecode at the first frame</NICK>
<BLURB>If set, take this timecode for the first frame and increment from it. Only the values itself are taken, flags and frame rate are always determined by timecodestamper itself. If unset (and to-now is also not set), the timecode will start at 0.</BLURB>