controller: fix annotation to make g-ir-scanner happy
authorTim-Philipp Müller <tim@centricular.com>
Fri, 20 Nov 2015 19:45:39 +0000 (19:45 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 20 Nov 2015 19:45:39 +0000 (19:45 +0000)
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

libs/gst/controller/gstinterpolationcontrolsource.h

index 065c4be..c194517 100644 (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.
  */