taglist: remove some outdated FIXMEs and comments

This commit is contained in:
Tim-Philipp Müller 2012-06-23 17:05:05 +01:00
parent 4b5c8cada2
commit 8973bca63c

View file

@ -52,8 +52,6 @@
#define GST_TAG_IS_VALID(tag) (gst_tag_get_info (tag) != NULL)
/* FIXME 0.11: make taglists refcounted maybe? */
/* a tag list is basically a structure, but we don't make this fact public */
typedef struct _GstTagListImpl
{
GstTagList taglist;
@ -63,11 +61,6 @@ typedef struct _GstTagListImpl
#define GST_TAG_LIST_STRUCTURE(taglist) ((GstTagListImpl*)(taglist))->structure
/* FIXME 0.11: use GParamSpecs or something similar for tag registrations,
* possibly even gst_tag_register(). Especially value ranges might be
* useful for some tags. */
typedef struct
{
GType type; /* type the data is in */