mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
taglist: remove some outdated FIXMEs and comments
This commit is contained in:
parent
4b5c8cada2
commit
8973bca63c
1 changed files with 0 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue