From: Sebastian Dröge Date: Thu, 10 Sep 2009 08:05:38 +0000 (+0200) Subject: taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure X-Git-Tag: RELEASE-0.10.25~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4d38192f1b4ec3112c7a330147abefb90fed87c;p=platform%2Fupstream%2Fgstreamer.git taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure See bug #518934. --- diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index 6d5d57e..459cf3b 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: *