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:
Tim-Philipp Müller 2015-11-20 19:45:39 +00:00
parent 9fbecd6b6d
commit 8249c6db0e

View file

@ -56,8 +56,9 @@ typedef struct _GstInterpolationControlSourcePrivate GstInterpolationControlSour
* @GST_INTERPOLATION_MODE_LINEAR: linear interpolation
* @GST_INTERPOLATION_MODE_CUBIC: cubic interpolation (natural), may overshoot
* 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
* (Since 1.8)
*
* The various interpolation modes available.
*/