summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.h
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:19:59 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2015-06-13 20:19:59 -0400
commitbd9ea8d18f30bb70df61e172c8a38001232ba0c2 (patch)
tree5cc4589b58d2f37ad3b14679af7b2ed9c2f8c76c /libs/gst/base/gstcollectpads.h
parentb3f42b0c356f8a9af517c75d789e70b6b8a00536 (diff)
downloadgstreamer-bd9ea8d18f30bb70df61e172c8a38001232ba0c2.tar.gz
doc: Fix Since: marks
There was few Since: mark missing their column. Also unify the way we set the Since mark on enum value and structure members. These sadly don't show up in the index.
Diffstat (limited to 'libs/gst/base/gstcollectpads.h')
-rw-r--r--libs/gst/base/gstcollectpads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/gst/base/gstcollectpads.h b/libs/gst/base/gstcollectpads.h
index bfebaef253..4176530ee2 100644
--- a/libs/gst/base/gstcollectpads.h
+++ b/libs/gst/base/gstcollectpads.h
@@ -114,7 +114,7 @@ typedef enum {
* be negative. If the initial DTS was not set, this value will be
* set to %G_MININT64.
*
- * Since 1.6
+ * Since: 1.6
*/
#define GST_COLLECT_PADS_DTS(data) (((GstCollectData *) data)->ABI.abi.dts)
@@ -124,7 +124,7 @@ typedef enum {
*
* Check if running DTS value store is valid.
*
- * Since 1.6
+ * Since: 1.6
*/
#define GST_COLLECT_PADS_DTS_IS_VALID(data) (GST_CLOCK_STIME_IS_VALID (GST_COLLECT_PADS_DTS (data)))
@@ -135,7 +135,7 @@ typedef enum {
* @buffer: currently queued buffer.
* @pos: position in the buffer
* @segment: last segment received.
- * @dts: the signed version of the DTS converted to running time. Since 1.6
+ * @dts: the signed version of the DTS converted to running time. (Since 1.6)
*
* Structure used by the collect_pads.
*/