summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-09 15:40:25 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-09 15:40:42 +0200
commitdae27ba3d3bccd1af8a2b5b1e837350c8803ee3c (patch)
tree47662bd1703406fc50615bffeb86469ae45932c5
parentff05a4698e7462f96f3161a1e93814db6de3c353 (diff)
meta: Deprecate GST_META_TAG_MEMORY
The GQuarks are not exported by any public API
-rw-r--r--gst/gstmeta.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstmeta.h b/gst/gstmeta.h
index d9c8454fc..d294126fe 100644
--- a/gst/gstmeta.h
+++ b/gst/gstmeta.h
@@ -217,6 +217,9 @@ GST_EXPORT GQuark _gst_meta_tag_memory;
*
* Metadata tagged with this tag depends on the particular memory
* or buffer that it is on.
+ *
+ * Deprecated: The GQuarks are not exported by any public API, use
+ * GST_META_TAG_MEMORY_STR instead.
*/
#define GST_META_TAG_MEMORY (_gst_meta_tag_memory)