[0.11] gstreamer: meta: fix typos

Wim Taymans wtay at kemper.freedesktop.org
Mon Feb 13 09:13:27 PST 2012


Module: gstreamer
Branch: 0.11
Commit: c32456224e8a769101181f74d0aef52329afd8e9
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=c32456224e8a769101181f74d0aef52329afd8e9

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Feb 13 15:18:28 2012 +0100

meta: fix typos

---

 gst/gstmeta.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gst/gstmeta.h b/gst/gstmeta.h
index 1d6b3e0..db2d0b3 100644
--- a/gst/gstmeta.h
+++ b/gst/gstmeta.h
@@ -52,13 +52,13 @@ typedef enum {
  * GST_META_FLAGS:
  * @meta: a #GstMeta.
  *
- * A flags word containing #GstMetaFlag flags set on @meta
+ * A flags word containing #GstMetaFlags flags set on @meta
  */
 #define GST_META_FLAGS(meta)  (GST_META_CAST (meta)->flags)
 /**
  * GST_META_FLAG_IS_SET:
  * @meta: a #GstMeta.
- * @flag: the #GstMetaFlag to check.
+ * @flag: the #GstMetaFlags to check.
  *
  * Gives the status of a specific flag on a metadata.
  */
@@ -66,7 +66,7 @@ typedef enum {
 /**
  * GST_META_FLAG_SET:
  * @meta: a #GstMeta.
- * @flag: the #GstMetaFlag to set.
+ * @flag: the #GstMetaFlags to set.
  *
  * Sets a metadata flag on a metadata.
  */
@@ -74,7 +74,7 @@ typedef enum {
 /**
  * GST_META_FLAG_UNSET:
  * @meta: a #GstMeta.
- * @flag: the #GstMetaFlag to clear.
+ * @flag: the #GstMetaFlags to clear.
  *
  * Clears a metadata flag.
  */



More information about the gstreamer-commits mailing list