meta: Deprecate GST_META_TAG_MEMORY
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 9 Sep 2013 13:40:25 +0000 (15:40 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 9 Sep 2013 13:40:42 +0000 (15:40 +0200)
The GQuarks are not exported by any public API

gst/gstmeta.h

index d9c8454..d294126 100644 (file)
@@ -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)