mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure
See bug #518934.
This commit is contained in:
parent
e810dc0bca
commit
a4d38192f1
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ typedef enum {
|
|||
|
||||
#define GST_TAG_FLAG_IS_VALID(flag) (((flag) > GST_TAG_FLAG_UNDEFINED) && ((flag) < GST_TAG_FLAG_COUNT))
|
||||
|
||||
/* FIXME 0.11: Don't typedef GstTagList to be a GstStructure, they're
|
||||
* internally the same but not from an API point of view.
|
||||
* See bug #518934.
|
||||
*/
|
||||
/**
|
||||
* GstTagList:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue