taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 10 Sep 2009 08:05:38 +0000 (10:05 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 10 Sep 2009 08:07:24 +0000 (10:07 +0200)
See bug #518934.

gst/gsttaglist.h

index 6d5d57e..459cf3b 100644 (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:
  *