From a4d38192f1b4ec3112c7a330147abefb90fed87c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 10 Sep 2009 10:05:38 +0200 Subject: [PATCH] taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure See bug #518934. --- gst/gsttaglist.h | 4 ++++ 1 file changed, 4 insertions(+) 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: * -- 2.7.4