mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
meta: Deprecate GST_META_TAG_MEMORY
The GQuarks are not exported by any public API
This commit is contained in:
parent
ff05a4698e
commit
dae27ba3d3
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue