tag: update some FIXMEs for 0.11
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 24 Apr 2011 11:16:47 +0000 (12:16 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 24 Apr 2011 11:27:51 +0000 (12:27 +0100)
gst-libs/gst/tag/tag.h
gst-libs/gst/tag/tags.c

index e9877ed..219fe85 100644 (file)
@@ -517,7 +517,7 @@ GstBuffer             * gst_tag_image_data_to_image_buffer (const guint8   * ima
                                                             guint            image_data_len,
                                                             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);
 
 
index a8e867c..51f3bc7 100644 (file)
@@ -192,7 +192,11 @@ gst_tag_register_tags_internal (gpointer unused)
   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
  *