From c57e5bf07e66ebe5942c4e96e81af07da6d3739a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 24 Oct 2009 13:14:25 +0200 Subject: [PATCH] typefindhelper: Remove obsolete FIXME It's not necessary (and not a good idea) to cache the typefind factory list anymore. --- libs/gst/base/gsttypefindhelper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gst/base/gsttypefindhelper.c b/libs/gst/base/gsttypefindhelper.c index 9f4be9a766..054424cdba 100644 --- a/libs/gst/base/gsttypefindhelper.c +++ b/libs/gst/base/gsttypefindhelper.c @@ -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) {