From: Sebastian Dröge Date: Mon, 9 Sep 2013 13:40:25 +0000 (+0200) Subject: meta: Deprecate GST_META_TAG_MEMORY X-Git-Tag: 1.1.90~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dae27ba3d3bccd1af8a2b5b1e837350c8803ee3c;p=platform%2Fupstream%2Fgstreamer.git meta: Deprecate GST_META_TAG_MEMORY The GQuarks are not exported by any public API --- diff --git a/gst/gstmeta.h b/gst/gstmeta.h index d9c8454fcb..d294126fe1 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)