mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
libs/gst/base/gstbasetransform.c: Fix confusing documentation.
Original commit message from CVS: * libs/gst/base/gstbasetransform.c: (gst_base_transform_set_gap_aware): Fix confusing documentation.
This commit is contained in:
parent
c375cef8c0
commit
ec1b8c7eb6
2 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-23 Rene Stadler <mail@renestadler.de>
|
||||
|
||||
* libs/gst/base/gstbasetransform.c:
|
||||
(gst_base_transform_set_gap_aware): Fix confusing documentation.
|
||||
|
||||
2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/gstregistrybinary.c: (gst_registry_binary_write):
|
||||
|
|
|
@ -1956,12 +1956,13 @@ gst_base_transform_is_qos_enabled (GstBaseTransform * trans)
|
|||
* @trans: a #GstBaseTransform
|
||||
* @gap_aware: New state
|
||||
*
|
||||
* If @gap_aware is %FALSE (as it is by default) subclasses will never get
|
||||
* output buffers with the %GST_BUFFER_FLAG_GAP flag set.
|
||||
* If @gap_aware is %FALSE (the default), output buffers will have the
|
||||
* %GST_BUFFER_FLAG_GAP flag unset.
|
||||
*
|
||||
* If set to %TRUE, the element must handle output buffers with this flag set
|
||||
* correctly, i.e. it can assume that the buffer contains neutral data but must
|
||||
* unset the flag if the output is no neutral data.
|
||||
*
|
||||
* If set to %TRUE elements must handle output buffers with this flag set
|
||||
* correctly, i.e. they can assume that the buffer contains neutral data
|
||||
* but must unset the flag if the output is no neutral data.
|
||||
* Since: 0.10.16
|
||||
*
|
||||
* MT safe.
|
||||
|
|
Loading…
Reference in a new issue