diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index 6d5d57ed5b..459cf3b802 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -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: *