typefindhelper: Remove obsolete FIXME

It's not necessary (and not a good idea) to cache the typefind factory
list anymore.
This commit is contained in:
Sebastian Dröge 2009-10-24 13:14:25 +02:00
parent b04f7489bf
commit c57e5bf07e

View 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) {