Searched refs:gst_registry_lookup_feature (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstregistry.c | 83 old_identity = gst_registry_lookup_feature (registry, "identity"); in GST_START_TEST() 86 old_pipeline = gst_registry_lookup_feature (registry, "pipeline"); in GST_START_TEST() 179 new_identity = gst_registry_lookup_feature (registry, "identity"); in GST_START_TEST() 187 new_pipeline = gst_registry_lookup_feature (registry, "pipeline"); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdynamictypefactory.c | 168 existing_feature = gst_registry_lookup_feature (registry, name); in gst_dynamic_type_register()
|
D | gstregistry.h | 118 GstPluginFeature * gst_registry_lookup_feature (GstRegistry *registry, const char *name);
|
D | gsttracer.c | 157 existing_feature = gst_registry_lookup_feature (registry, name); in gst_tracer_register()
|
D | gsttracerutils.c | 112 if ((feature = gst_registry_lookup_feature (registry, t[i]))) { in _priv_gst_tracing_init()
|
D | gstpluginfeature.c | 119 real_feature = gst_registry_lookup_feature (gst_registry_get (), in gst_plugin_feature_load()
|
D | gstdeviceproviderfactory.c | 188 existing_feature = gst_registry_lookup_feature (registry, name); in gst_device_provider_register()
|
D | gstregistry.c | 936 feature = gst_registry_lookup_feature (registry, name); in gst_registry_find_feature() 1030 gst_registry_lookup_feature (GstRegistry * registry, const char *name) in gst_registry_lookup_feature() function 1538 feature = gst_registry_lookup_feature (registry, feature_name); in gst_registry_check_feature_version()
|
D | gstelementfactory.c | 224 existing_feature = gst_registry_lookup_feature (registry, name); in gst_element_register()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1281 nicesrc = gst_registry_lookup_feature (registry, "nicesrc"); in GST_START_TEST() 1282 nicesink = gst_registry_lookup_feature (registry, "nicesink"); in GST_START_TEST() 1315 nicesrc = gst_registry_lookup_feature (registry, "nicesrc"); in GST_START_TEST() 1316 nicesink = gst_registry_lookup_feature (registry, "nicesink"); in GST_START_TEST() 4452 nicesrc = gst_registry_lookup_feature (registry, "nicesrc"); in webrtcbin_suite() 4453 nicesink = gst_registry_lookup_feature (registry, "nicesink"); in webrtcbin_suite() 4454 dtlssrtpenc = gst_registry_lookup_feature (registry, "dtlssrtpenc"); in webrtcbin_suite() 4455 dtlssrtpdec = gst_registry_lookup_feature (registry, "dtlssrtpdec"); in webrtcbin_suite() 4456 sctpenc = gst_registry_lookup_feature (registry, "sctpenc"); in webrtcbin_suite() 4457 sctpdec = gst_registry_lookup_feature (registry, "sctpdec"); in webrtcbin_suite()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 142 feature = gst_registry_lookup_feature (gst_registry_get (), "nicesrc"); in _have_nice_elements() 151 feature = gst_registry_lookup_feature (gst_registry_get (), "nicesink"); in _have_nice_elements() 168 feature = gst_registry_lookup_feature (gst_registry_get (), "sctpdec"); in _have_sctp_elements() 177 feature = gst_registry_lookup_feature (gst_registry_get (), "sctpenc"); in _have_sctp_elements() 194 feature = gst_registry_lookup_feature (gst_registry_get (), "dtlsdec"); in _have_dtls_elements() 203 feature = gst_registry_lookup_feature (gst_registry_get (), "dtlsenc"); in _have_dtls_elements()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 2147 feature = gst_registry_lookup_feature (gst_registry_get (), argv[1]); in main()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 113958 (gst_registry_get_plugin_list, gst_registry_lookup_feature)
|