diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-09 15:40:25 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-09 15:40:42 +0200 |
commit | dae27ba3d3bccd1af8a2b5b1e837350c8803ee3c (patch) | |
tree | 47662bd1703406fc50615bffeb86469ae45932c5 | |
parent | ff05a4698e7462f96f3161a1e93814db6de3c353 (diff) |
meta: Deprecate GST_META_TAG_MEMORY
The GQuarks are not exported by any public API
-rw-r--r-- | gst/gstmeta.h | 3 |
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) |