libs: Fix various Since markers
authorSebastian Dröge <sebastian@centricular.com>
Tue, 23 Apr 2019 12:07:08 +0000 (15:07 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 6 Aug 2019 15:00:11 +0000 (16:00 +0100)
libs/gst/base/gstbaseparse.h
libs/gst/base/gstbasetransform.h
libs/gst/base/gstcollectpads.h
libs/gst/controller/gstinterpolationcontrolsource.h

index 21c2fd4..495829a 100644 (file)
@@ -221,10 +221,10 @@ struct _GstBaseParse {
  * @sink_query:     Optional.
  *                   Query handler on the sink pad. This function should chain
  *                   up to the parent implementation to let the default handler
- *                   run (Since 1.2)
+ *                   run (Since: 1.2)
  * @src_query:      Optional.
  *                   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
  * needed. At minimum @handle_frame needs to be overridden.
index cd7d5c5..652361d 100644 (file)
@@ -199,7 +199,7 @@ struct _GstBaseTransform {
  *                  member variable. If the buffer is dropped due to QoS, it returns
  *                  GST_BASE_TRANSFORM_FLOW_DROPPED. If this input buffer is not
  *                  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
  *                   until it either generates an error or fails to generate an output
  *                   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
  *                   do 1-to-1 transformations on input to output buffers can either
  *                   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
  * needed. At minimum either @transform or @transform_ip need to be overridden.
index 01d582b..2ddeaf3 100644 (file)
@@ -137,7 +137,7 @@ typedef enum {
  * @pos: position in the buffer
  * @segment: last segment received.
  * @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.
  */
index 65d164f..6ee44bb 100644 (file)
@@ -57,7 +57,7 @@ typedef struct _GstInterpolationControlSourcePrivate GstInterpolationControlSour
  *   the min or max values set by the control point, but is more 'curvy'
  * @GST_INTERPOLATION_MODE_CUBIC_MONOTONIC: monotonic cubic interpolation, will not
  *   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.
  */