[gst-cvs] gstreamer: taglist: Add FIXME for 0. 11 to not typedef GstTagList to be a GstStructure
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu Sep 10 01:07:32 PDT 2009
Module: gstreamer
Branch: master
Commit: a4d38192f1b4ec3112c7a330147abefb90fed87c
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=a4d38192f1b4ec3112c7a330147abefb90fed87c
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu Sep 10 10:05:38 2009 +0200
taglist: Add FIXME for 0.11 to not typedef GstTagList to be a GstStructure
See bug #518934.
---
gst/gsttaglist.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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:
*
More information about the Gstreamer-commits
mailing list