taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure

See bug #518934.
This commit is contained in:
Sebastian Dröge 2009-09-10 10:05:38 +02:00
parent e810dc0bca
commit a4d38192f1

View file

@ -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:
*