tag: update some FIXMEs for 0.11

This commit is contained in:
Tim-Philipp Müller 2011-04-24 12:16:47 +01:00
parent 0b5e203b19
commit f78a50ed4f
2 changed files with 6 additions and 2 deletions

View file

@ -517,7 +517,7 @@ GstBuffer * gst_tag_image_data_to_image_buffer (const guint8 * ima
guint image_data_len, guint image_data_len,
GstTagImageType image_type); GstTagImageType image_type);
/* FIXME 0.11: replace with a more general gst_tag_library_init() */ /* FIXME 0.11: get rid of this awkward register/init function, see tags.c */
void gst_tag_register_musicbrainz_tags (void); void gst_tag_register_musicbrainz_tags (void);

View file

@ -192,7 +192,11 @@ gst_tag_register_tags_internal (gpointer unused)
return NULL; return NULL;
} }
/* FIXME 0.11: rename this to gst_tag_init() or gst_tag_register_tags() */ /* FIXME 0.11: rename this to gst_tag_init() or gst_tag_register_tags() or
* even better: make tags auto-register themselves, either by defining them
* to a wrapper func that does the initing, or by adding tag factories so
* that the core can load+register tags automatically when needed. */
/** /**
* gst_tag_register_musicbrainz_tags * gst_tag_register_musicbrainz_tags
* *