docs: update for git master

This commit is contained in:
Tim-Philipp Müller 2018-11-02 20:31:11 +00:00
parent 247cd2113e
commit 3485326a90

View file

@ -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>