mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: update for git master
This commit is contained in:
parent
247cd2113e
commit
3485326a90
1 changed files with 13 additions and 3 deletions
|
@ -67912,11 +67912,11 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
|
||||
<ARG>
|
||||
<NAME>GstGLMixerBin::latency</NAME>
|
||||
<TYPE>gint64</TYPE>
|
||||
<RANGE>>= 0</RANGE>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Buffer latency</NICK>
|
||||
<BLURB>Additional latency in live mode to allow upstream to take longer to produce buffers for the current position.</BLURB>
|
||||
<BLURB>Additional latency in live mode to allow upstream to take longer to produce buffers for the current position (in nanoseconds).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -73200,6 +73200,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstWebRTCBin::bundle-policy</NAME>
|
||||
<TYPE>GstWebRTCBundlePolicy</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Bundle Policy</NICK>
|
||||
<BLURB>The policy to apply for bundling.</BLURB>
|
||||
<DEFAULT>GST_WEBRTC_BUNDLE_POLICY_NONE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstAudioLatency::average-latency</NAME>
|
||||
<TYPE>gint64</TYPE>
|
||||
|
|
Loading…
Reference in a new issue