typefindhelper: Remove obsolete FIXME
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 24 Oct 2009 11:14:25 +0000 (13:14 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 24 Oct 2009 11:14:25 +0000 (13:14 +0200)
It's not necessary (and not a good idea) to cache the typefind factory
list anymore.

libs/gst/base/gsttypefindhelper.c

index 9f4be9a..054424c 100644 (file)
@@ -439,7 +439,6 @@ gst_type_find_helper_for_buffer (GstObject * obj, GstBuffer * buf,
   find.suggest = buf_helper_find_suggest;
   find.get_length = NULL;
 
-  /* FIXME: we need to keep this list within the registry */
   type_list = gst_type_find_factory_get_list ();
 
   for (l = type_list; l; l = l->next) {