mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
controller: fix annotation to make g-ir-scanner happy
gstinterpolationcontrolsource.h:59: Warning: GstController: missing ":" at column 51: * @GST_INTERPOLATION_MODE_CUBIC_MONO: (Since 1.8) monotonic cubic interpolation, will not gstinterpolationcontrolsource.h:59: Warning: GstController: unknown annotation: since
This commit is contained in:
parent
9fbecd6b6d
commit
8249c6db0e
1 changed files with 2 additions and 1 deletions
|
@ -56,8 +56,9 @@ typedef struct _GstInterpolationControlSourcePrivate GstInterpolationControlSour
|
||||||
* @GST_INTERPOLATION_MODE_LINEAR: linear interpolation
|
* @GST_INTERPOLATION_MODE_LINEAR: linear interpolation
|
||||||
* @GST_INTERPOLATION_MODE_CUBIC: cubic interpolation (natural), may overshoot
|
* @GST_INTERPOLATION_MODE_CUBIC: cubic interpolation (natural), may overshoot
|
||||||
* 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_MONO: (Since 1.8) monotonic cubic interpolation, will not
|
* @GST_INTERPOLATION_MODE_CUBIC_MONO: 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)
|
||||||
*
|
*
|
||||||
* The various interpolation modes available.
|
* The various interpolation modes available.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue