summaryrefslogtreecommitdiff
path: root/gst/gstmeta.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-09-26 20:47:35 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-09-26 20:47:35 +0200
commit8a1f401dfdeca40f055498ed70ea32e6dda154e4 (patch)
tree72bf8292996a43d0d70a4839b302473f5d273115 /gst/gstmeta.h
parent52cb649834fbd57f110475f85281d3c0ac7e008f (diff)
docs: fix docs
Diffstat (limited to 'gst/gstmeta.h')
-rw-r--r--gst/gstmeta.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/gstmeta.h b/gst/gstmeta.h
index 3771bfd5f..90d7fc2dc 100644
--- a/gst/gstmeta.h
+++ b/gst/gstmeta.h
@@ -49,6 +49,7 @@ struct _GstMeta {
/**
* GstMetaInitFunction:
* @meta: a #GstMeta
+ * @params: parameters passed to the init function
* @buffer: a #GstBuffer
*
* Function called when @meta is initialized in @buffer.
@@ -123,6 +124,16 @@ typedef struct _GstMetaTiming GstMetaTiming;
const GstMetaInfo *gst_meta_timing_get_info(void);
#define GST_META_TIMING_INFO (gst_meta_timing_get_info())
+/**
+ * GstMetaTiming:
+ * @meta: parent metadata
+ * @dts: the decoding timestamp
+ * @pts: the presentation timestamp
+ * @duration: the duration
+ * @clock_rate: the clock rate of the dts, pts and duration values
+ *
+ * Extra timing metadata
+ */
struct _GstMetaTiming {
GstMeta meta; /* common meta header */