mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
libs: Fix various Since markers
This commit is contained in:
parent
0a0496f98f
commit
52f1c98443
4 changed files with 6 additions and 6 deletions
|
@ -221,10 +221,10 @@ struct _GstBaseParse {
|
||||||
* @sink_query: Optional.
|
* @sink_query: Optional.
|
||||||
* Query handler on the sink pad. This function should chain
|
* Query handler on the sink pad. This function should chain
|
||||||
* up to the parent implementation to let the default handler
|
* up to the parent implementation to let the default handler
|
||||||
* run (Since 1.2)
|
* run (Since: 1.2)
|
||||||
* @src_query: Optional.
|
* @src_query: Optional.
|
||||||
* Query handler on the source pad. Should chain up to the
|
* Query handler on the source pad. Should chain up to the
|
||||||
* parent to let the default handler run (Since 1.2)
|
* parent to let the default handler run (Since: 1.2)
|
||||||
*
|
*
|
||||||
* Subclasses can override any of the available virtual methods or not, as
|
* Subclasses can override any of the available virtual methods or not, as
|
||||||
* needed. At minimum @handle_frame needs to be overridden.
|
* needed. At minimum @handle_frame needs to be overridden.
|
||||||
|
|
|
@ -199,7 +199,7 @@ struct _GstBaseTransform {
|
||||||
* member variable. If the buffer is dropped due to QoS, it returns
|
* member variable. If the buffer is dropped due to QoS, it returns
|
||||||
* GST_BASE_TRANSFORM_FLOW_DROPPED. If this input buffer is not
|
* GST_BASE_TRANSFORM_FLOW_DROPPED. If this input buffer is not
|
||||||
* contiguous with any previous input buffer, then @is_discont
|
* contiguous with any previous input buffer, then @is_discont
|
||||||
* is set to %TRUE. (Since 1.6)
|
* is set to %TRUE. (Since: 1.6)
|
||||||
* @generate_output: Called after each new input buffer is submitted repeatedly
|
* @generate_output: Called after each new input buffer is submitted repeatedly
|
||||||
* until it either generates an error or fails to generate an output
|
* until it either generates an error or fails to generate an output
|
||||||
* buffer. The default implementation takes the contents of the
|
* buffer. The default implementation takes the contents of the
|
||||||
|
@ -208,7 +208,7 @@ struct _GstBaseTransform {
|
||||||
* calls either @transform or @transform_ip. Elements that don't
|
* calls either @transform or @transform_ip. Elements that don't
|
||||||
* do 1-to-1 transformations on input to output buffers can either
|
* do 1-to-1 transformations on input to output buffers can either
|
||||||
* return GST_BASE_TRANSFORM_FLOW_DROPPED or simply not generate
|
* return GST_BASE_TRANSFORM_FLOW_DROPPED or simply not generate
|
||||||
* an output buffer until they are ready to do so. (Since 1.6)
|
* an output buffer until they are ready to do so. (Since: 1.6)
|
||||||
*
|
*
|
||||||
* Subclasses can override any of the available virtual methods or not, as
|
* Subclasses can override any of the available virtual methods or not, as
|
||||||
* needed. At minimum either @transform or @transform_ip need to be overridden.
|
* needed. At minimum either @transform or @transform_ip need to be overridden.
|
||||||
|
|
|
@ -137,7 +137,7 @@ typedef enum {
|
||||||
* @pos: position in the buffer
|
* @pos: position in the buffer
|
||||||
* @segment: last segment received.
|
* @segment: last segment received.
|
||||||
* @dts: the signed version of the DTS converted to running time. To access
|
* @dts: the signed version of the DTS converted to running time. To access
|
||||||
* this member, use %GST_COLLECT_PADS_DTS macro. (Since 1.6)
|
* this member, use %GST_COLLECT_PADS_DTS macro. (Since: 1.6)
|
||||||
*
|
*
|
||||||
* Structure used by the collect_pads.
|
* Structure used by the collect_pads.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -57,7 +57,7 @@ typedef struct _GstInterpolationControlSourcePrivate GstInterpolationControlSour
|
||||||
* the min or max values set by the control point, but is more 'curvy'
|
* the min or max values set by the control point, but is more 'curvy'
|
||||||
* @GST_INTERPOLATION_MODE_CUBIC_MONOTONIC: monotonic cubic interpolation, will not
|
* @GST_INTERPOLATION_MODE_CUBIC_MONOTONIC: monotonic cubic interpolation, will not
|
||||||
* produce any values outside of the min-max range set by the control points
|
* produce any values outside of the min-max range set by the control points
|
||||||
* (Since 1.8)
|
* (Since: 1.8)
|
||||||
*
|
*
|
||||||
* The various interpolation modes available.
|
* The various interpolation modes available.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue