Searched refs:gst_registry_find_feature (Results 1 – 15 of 15) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstplugin.c | 166 feature = gst_registry_find_feature (gst_registry_get (), in GST_START_TEST() 230 feature = gst_registry_find_feature (gst_registry_get (),
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdynamictypefactory.c | 92 feature = gst_registry_find_feature (gst_registry_get (), name, in gst_dynamic_type_factory_find()
|
D | gstregistry.h | 112 GstPluginFeature* gst_registry_find_feature (GstRegistry *registry, const gchar *name, …
|
D | gstpluginfeature.c | 489 feature = gst_registry_find_feature (gst_registry_get (), str, in _priv_gst_plugin_feature_rank_initialize()
|
D | gstdeviceproviderfactory.c | 122 feature = gst_registry_find_feature (gst_registry_get (), name, in gst_device_provider_factory_find()
|
D | gstelementfactory.c | 138 feature = gst_registry_find_feature (gst_registry_get (), name, in gst_element_factory_find()
|
D | gstregistry.c | 927 gst_registry_find_feature (GstRegistry * registry, const gchar * name, in gst_registry_find_feature() function
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | autoconvert.c | 72 GST_ELEMENT_FACTORY_CAST (gst_registry_find_feature in set_autoconvert_factories()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsndec.c | 282 gst_registry_find_feature (registry, "audioconvert", in _get_decoder_factories()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1593 if ((feature = gst_registry_find_feature (registry, feature_name, in print_feature_info() 1598 if ((feature = gst_registry_find_feature (registry, feature_name, in print_feature_info() 1603 if ((feature = gst_registry_find_feature (registry, feature_name, in print_feature_info()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | decodebin.c | 313 feature = gst_registry_find_feature (gst_registry_get (), in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 951 feature = gst_registry_find_feature (gst_registry_get (), "testmp3enc", in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 2104 (GstElementFactory *) gst_registry_find_feature (gst_registry_get (), in _get_muxer()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 108915 (gst_registry_find_feature), (gst_registry_get_plugin_list), 113957 (gst_registry_find_feature, gst_registry_get_feature_list)
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 72135 The factories returned by gst_registry_find_feature() have to be
|