gst_registry_lookup_feature  805 .pc/80_ia32-hack.patch/gst/gstregistry.c   feature = gst_registry_lookup_feature (registry, name);
gst_registry_lookup_feature 1336 .pc/80_ia32-hack.patch/gst/gstregistry.c   feature = gst_registry_lookup_feature (registry, feature_name);
gst_registry_lookup_feature  230 gst/gstelementfactory.c   existing_feature = gst_registry_lookup_feature (registry, name);
gst_registry_lookup_feature  118 gst/gstpluginfeature.c       gst_registry_lookup_feature (gst_registry_get_default (), feature->name);
gst_registry_lookup_feature  809 gst/gstregistry.c   feature = gst_registry_lookup_feature (registry, name);
gst_registry_lookup_feature 1340 gst/gstregistry.c   feature = gst_registry_lookup_feature (registry, feature_name);
gst_registry_lookup_feature  116 gst/gstregistry.h GstPluginFeature * 	gst_registry_lookup_feature 	(GstRegistry *registry, const char *name);
gst_registry_lookup_feature   83 tests/check/gst/gstregistry.c   old_identity = gst_registry_lookup_feature (registry, "identity");
gst_registry_lookup_feature   86 tests/check/gst/gstregistry.c   old_pipeline = gst_registry_lookup_feature (registry, "pipeline");
gst_registry_lookup_feature  179 tests/check/gst/gstregistry.c   new_identity = gst_registry_lookup_feature (registry, "identity");
gst_registry_lookup_feature  187 tests/check/gst/gstregistry.c   new_pipeline = gst_registry_lookup_feature (registry, "pipeline");