diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 0d9a6585eb..227e5edd98 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -1034,7 +1034,7 @@ print_all_uri_handlers (void) plugin->desc.name); for (f = features; f; f = f->next) { - GstPluginFeature *feature = GST_PLUGIN_FEATURE (features->data); + GstPluginFeature *feature = GST_PLUGIN_FEATURE (f->data); if (GST_IS_ELEMENT_FACTORY (feature)) { GstElementFactory *factory;