summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gst/tmpl/gstbin.sgml1
-rw-r--r--docs/pwg/advanced-types.xml6
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/gst/tmpl/gstbin.sgml b/docs/gst/tmpl/gstbin.sgml
index 69fe1c04c..933d0113e 100644
--- a/docs/gst/tmpl/gstbin.sgml
+++ b/docs/gst/tmpl/gstbin.sgml
@@ -98,6 +98,7 @@ FALSE.
@GST_BIN_SELF_SCHEDULABLE:
@GST_BIN_FLAG_PREFER_COTHREADS:
@GST_BIN_FLAG_FIXED_CLOCK:
+@GST_BIN_STATE_LOCKED:
@GST_BIN_FLAG_LAST:
<!-- ##### FUNCTION gst_bin_new ##### -->
diff --git a/docs/pwg/advanced-types.xml b/docs/pwg/advanced-types.xml
index 40e9f8825..98c60908d 100644
--- a/docs/pwg/advanced-types.xml
+++ b/docs/pwg/advanced-types.xml
@@ -334,14 +334,16 @@ plugin_init (GstPlugin *plugin)
<row>
<entry>buffer-frames</entry>
<entry>integer</entry>
- <entry>greater than 0</entry>
+ <entry>Any</entry>
<entry>
The number of frames per buffer. The reason for this property
is that the element does not need to reuse buffers or use data
spanned over multiple buffers, so this property - when used
rightly - will decrease latency. Note that some people think that
this property is very ugly, whereas others think it is vital for
- the use of &GStreamer; in professional audio applications.
+ the use of &GStreamer; in professional audio applications. The
+ special value zero is reserved and implies that size is variable
+ between buffers.
</entry>
</row>