Home
last modified time | relevance | path

Searched refs:gst_registry_get (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstplugin.c57 registry = gst_registry_get (); in GST_START_TEST()
91 unloaded_plugin = gst_registry_find_plugin (gst_registry_get (), in GST_START_TEST()
121 plugin = gst_registry_find_plugin (gst_registry_get (), "coreelements"); in GST_START_TEST()
125 list = gst_registry_get_plugin_list (gst_registry_get ()); in GST_START_TEST()
144 plugin = gst_registry_find_plugin (gst_registry_get (), "coreelements"); in GST_START_TEST()
166 feature = gst_registry_find_feature (gst_registry_get (), in GST_START_TEST()
230 feature = gst_registry_find_feature (gst_registry_get (),
254 gst_registry_check_feature_version(gst_registry_get(),(name),(a),(b),(c))
Dgstregistry.c74 registry = gst_registry_get (); in GST_START_TEST()
79 registry = gst_registry_get (); in GST_START_TEST()
Dgstprotection.c165 registry = gst_registry_get (); in test_setup()
190 list = gst_registry_get_plugin_list (gst_registry_get ()); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c93 result = gst_registry_feature_filter (gst_registry_get (), in gst_auto_video_convert_create_factory_list()
114 gst_registry_get_feature_list_cookie (gst_registry_get ()); in gst_auto_video_convert_update_factory_list()
119 gst_registry_get_feature_list_cookie (gst_registry_get ())) { in gst_auto_video_convert_update_factory_list()
125 gst_registry_get_feature_list_cookie (gst_registry_get ()); in gst_auto_video_convert_update_factory_list()
/third_party/gstreamer/gstreamer/gst/
Dgstdynamictypefactory.c92 feature = gst_registry_find_feature (gst_registry_get (), name, in gst_dynamic_type_factory_find()
164 registry = gst_registry_get (); in gst_dynamic_type_register()
Dgsttracer.c152 registry = gst_registry_get (); in gst_tracer_register()
190 gst_registry_add_feature (gst_registry_get (), in gst_tracer_register()
Dgstpluginfeature.c119 real_feature = gst_registry_lookup_feature (gst_registry_get (), in gst_plugin_feature_load()
333 registry = gst_registry_get (); in gst_plugin_feature_check_version()
489 feature = gst_registry_find_feature (gst_registry_get (), str, in _priv_gst_plugin_feature_rank_initialize()
Dgstdeviceproviderfactory.c122 feature = gst_registry_find_feature (gst_registry_get (), name, in gst_device_provider_factory_find()
182 registry = gst_registry_get (); in gst_device_provider_register()
578 result = gst_registry_feature_filter (gst_registry_get (), in gst_device_provider_factory_list_get_device_providers()
Dgsttracerfactory.c77 return gst_registry_get_feature_list (gst_registry_get (), in gst_tracer_factory_get_list()
Dgsttypefindfactory.c152 return gst_registry_get_feature_list (gst_registry_get (), in gst_type_find_factory_get_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-visualization.c121 cookie = gst_registry_get_feature_list_cookie (gst_registry_get ()); in gst_play_update_visualization_list()
131 features = gst_registry_get_feature_list (gst_registry_get (), in gst_play_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-visualization.c118 cookie = gst_registry_get_feature_list_cookie (gst_registry_get ()); in gst_player_update_visualization_list()
128 features = gst_registry_get_feature_list (gst_registry_get (), in gst_player_update_visualization_list()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c688 have_theora = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
690 have_ogg = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
692 have_vorbis = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
694 have_matroska = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
696 have_qtmux = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
698 have_jpeg = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsrc_suite()
Dsplitmuxsink.c820 have_theora = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
822 have_ogg = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
824 have_vorbis = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
826 have_matroska = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
828 have_qtmux = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
830 have_jpeg = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
832 have_vp8 = gst_registry_check_feature_version (gst_registry_get (), in splitmuxsink_suite()
/third_party/gstreamer/gst_libav/tests/check/elements/
Davdec_adpcm.c142 if (!gst_registry_check_feature_version (gst_registry_get (), "wavparse", in GST_START_TEST()
144 || !gst_registry_check_feature_version (gst_registry_get (), "decodebin", in GST_START_TEST()
Davdemux_ape.c180 if (!gst_registry_check_feature_version (gst_registry_get (), "apedemux", in GST_START_TEST()
182 || !gst_registry_check_feature_version (gst_registry_get (), "decodebin", in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dtagschecking.c293 if (!gst_registry_check_feature_version (gst_registry_get (), "qtdemux", 0, in GST_START_TEST()
315 if (!gst_registry_check_feature_version (gst_registry_get (), "qtdemux", 0, in GST_START_TEST()
333 if (!gst_registry_check_feature_version (gst_registry_get (), "qtdemux", 0, in GST_START_TEST()
Dsimple-launch-lines.c254 return gst_registry_check_feature_version (gst_registry_get (), element1, in have_elements()
256 gst_registry_check_feature_version (gst_registry_get (), element2, in have_elements()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c124 orig_plugins = plugins = gst_registry_get_plugin_list (gst_registry_get ()); in _list_features()
137 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in _list_features()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c48 plugins = gst_registry_get_plugin_list (gst_registry_get ()); in setup()
57 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in setup()
/third_party/gstreamer/gstplugins_bad/tests/check/generic/
Dstates.c51 plugins = gst_registry_get_plugin_list (gst_registry_get ()); in setup()
60 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in setup()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1191 plugins = gst_registry_get_plugin_list (gst_registry_get ()); in print_blacklist()
1239 orig_plugins = plugins = gst_registry_get_plugin_list (gst_registry_get ()); in print_element_list()
1256 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in print_element_list()
1360 plugins = gst_registry_get_plugin_list (gst_registry_get ()); in print_all_uri_handlers()
1367 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in print_all_uri_handlers()
1504 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in print_plugin_features()
1590 GstRegistry *registry = gst_registry_get (); in print_feature_info()
1902 features = gst_registry_get_feature_list (gst_registry_get (), in print_plugin_automatic_install_info()
1935 orig_plugins = plugins = gst_registry_get_plugin_list (gst_registry_get ()); in print_all_plugin_automatic_install_info()
2147 feature = gst_registry_lookup_feature (gst_registry_get (), argv[1]); in main()
[all …]
/third_party/gstreamer/gstreamer/tests/check/generic/
Dstates.c47 plugins = gst_registry_get_plugin_list (gst_registry_get ()); in setup()
56 gst_registry_get_feature_list_by_plugin (gst_registry_get (), in setup()
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dgl-launch-lines.c324 gst_registry_check_feature_version (gst_registry_get (), in gl_launch_lines_suite()
328 gst_registry_check_feature_version (gst_registry_get (), in gl_launch_lines_suite()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Ddiscoverer.c382 have_theora = gst_registry_check_feature_version (gst_registry_get (), in discoverer_suite()
384 have_ogg = gst_registry_check_feature_version (gst_registry_get (), in discoverer_suite()

1234