summaryrefslogtreecommitdiff
path: root/docs/plugins/gstreamer-plugins.args
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/gstreamer-plugins.args')
-rw-r--r--docs/plugins/gstreamer-plugins.args18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args
index 21aa697333..5c6547ac88 100644
--- a/docs/plugins/gstreamer-plugins.args
+++ b/docs/plugins/gstreamer-plugins.args
@@ -475,7 +475,7 @@
<FLAGS>rw</FLAGS>
<NICK>Max. size (buffers)</NICK>
<BLURB>Max. number of buffers in the queue (0=disable).</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>200</DEFAULT>
</ARG>
<ARG>
@@ -485,7 +485,7 @@
<FLAGS>rw</FLAGS>
<NICK>Max. size (kB)</NICK>
<BLURB>Max. amount of data in the queue (bytes, 0=disable).</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>10485760</DEFAULT>
</ARG>
<ARG>
@@ -495,7 +495,7 @@
<FLAGS>rw</FLAGS>
<NICK>Max. size (ns)</NICK>
<BLURB>Max. amount of data in the queue (in ns, 0=disable).</BLURB>
-<DEFAULT>0</DEFAULT>
+<DEFAULT>1000000000</DEFAULT>
</ARG>
<ARG>
@@ -554,7 +554,7 @@
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Has Sink Loop</NICK>
-<BLURB>If the element can operate in pull mode (unimplemented).</BLURB>
+<BLURB>If the element should spawn a thread (unimplemented and deprecated).</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
@@ -589,6 +589,16 @@
</ARG>
<ARG>
+<NAME>GstTee::pull-mode</NAME>
+<TYPE>GstTeePullMode</TYPE>
+<RANGE></RANGE>
+<FLAGS>rwx</FLAGS>
+<NICK>Pull mode</NICK>
+<BLURB>Behavior of tee in pull mode.</BLURB>
+<DEFAULT>Never activate in pull mode</DEFAULT>
+</ARG>
+
+<ARG>
<NAME>GstTypeFindElement::caps</NAME>
<TYPE>GstCaps</TYPE>
<RANGE></RANGE>