diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-10-24 13:14:25 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-10-24 13:14:25 +0200 |
commit | c57e5bf07e66ebe5942c4e96e81af07da6d3739a (patch) | |
tree | 5ac4deca61ac2e3a7a38e8f9cb8104d44ae8090e | |
parent | b04f7489bf3998c537e922575897f6377e98ce99 (diff) |
typefindhelper: Remove obsolete FIXME
It's not necessary (and not a good idea) to cache the typefind factory
list anymore.
-rw-r--r-- | libs/gst/base/gsttypefindhelper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gst/base/gsttypefindhelper.c b/libs/gst/base/gsttypefindhelper.c index 9f4be9a76..054424cdb 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) { |