mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
b04f7489bf
commit
c57e5bf07e
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue