Home
last modified time | relevance | path

Searched refs:GST_ELEMENT_FACTORY (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c75 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE in _get_pad_caps()
86 GstElementFactory *factory = GST_ELEMENT_FACTORY (feature); in _are_linkable()
151 print = _belongs_to_klass (GST_ELEMENT_FACTORY (feature), klass); in _list_features()
154 gst_element_factory_can_sink_any_caps (GST_ELEMENT_FACTORY in _list_features()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-visualization.c135 klass = gst_element_factory_get_metadata (GST_ELEMENT_FACTORY (feature), in gst_player_update_visualization_list()
143 g_strdup (gst_element_factory_get_metadata (GST_ELEMENT_FACTORY in gst_player_update_visualization_list()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-visualization.c138 klass = gst_element_factory_get_metadata (GST_ELEMENT_FACTORY (feature), in gst_play_update_visualization_list()
146 g_strdup (gst_element_factory_get_metadata (GST_ELEMENT_FACTORY in gst_play_update_visualization_list()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c60 factory = GST_ELEMENT_FACTORY (feature); in gst_rtsp_ext_list_filter()
92 GstElementFactory *factory = GST_ELEMENT_FACTORY (walk->data); in gst_rtsp_ext_list_get()
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c115 GstElementFactory *factory = GST_ELEMENT_FACTORY (object); in gst_element_factory_finalize()
141 return GST_ELEMENT_FACTORY (feature); in gst_element_factory_find()
481 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE in gst_element_factory_create_with_properties()
573 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE in gst_element_factory_create_valist()
Dgstelementfactory.h45 #define GST_ELEMENT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ELEMENT_… macro
Dgst.c905 factory = GST_ELEMENT_FACTORY (feature); in gst_debug_help()
Dgstregistrychunks.c249 GstElementFactory *factory = GST_ELEMENT_FACTORY (feature); in gst_registry_chunks_save_feature()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c823 gst_element_factory_create (GST_ELEMENT_FACTORY (feature), NULL); in _add_element_details()
834 _add_factory_details (json, GST_ELEMENT_FACTORY (feature)); in _add_element_details()
839 GST_ELEMENT_FACTORY (feature)); in _add_element_details()
920 GstElementFactory *factory = GST_ELEMENT_FACTORY (feature); in main()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c218 klass = gst_element_factory_get_metadata (GST_ELEMENT_FACTORY (feature), in gst_auto_detect_factory_filter()
277 GstElementFactory *f = GST_ELEMENT_FACTORY (item->data); in gst_auto_detect_find_best()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c172 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautoconvert.c556 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE in gst_auto_convert_get_or_make_element_from_factory()
760 GstElementFactory *factory = GST_ELEMENT_FACTORY (elem->data); in gst_auto_convert_sink_setcaps()
826 factory = GST_ELEMENT_FACTORY (feature); in gst_auto_convert_default_filter_func()
1094 GstElementFactory *factory = GST_ELEMENT_FACTORY (elem->data); in gst_auto_convert_getcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.c796 factory = GST_ELEMENT_FACTORY (feature); in gst_rtp_ext_list_filter()
856 GstElementFactory *factory = GST_ELEMENT_FACTORY (l->data); in gst_rtp_header_extension_create_from_uri()
/third_party/gstreamer/gstplugins_base/tests/examples/device-provider/
Dexample-device-provider.c168 GST_ELEMENT_FACTORY (gst_object_ref (factory)); in example_device_new()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1272 factory = GST_ELEMENT_FACTORY (feature); in print_element_list()
1378 factory = GST_ELEMENT_FACTORY (gst_plugin_feature_load (feature)); in print_all_uri_handlers()
1516 factory = GST_ELEMENT_FACTORY (feature); in print_plugin_features()
1626 factory = GST_ELEMENT_FACTORY (gst_plugin_feature_load (feature)); in print_element_info()
1918 factory = GST_ELEMENT_FACTORY (feature); in print_plugin_automatic_install_info()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c172 factory = GST_ELEMENT_FACTORY (feature); in rsndec_factory_filter()
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c128 GST_ELEMENT_FACTORY (gst_plugin_feature_load (GST_PLUGIN_FEATURE (efac))); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1918 f = GST_ELEMENT_FACTORY (feature); in filter_features()
1940 entry.factory = GST_ELEMENT_FACTORY (walk->data); in init_visualization_features()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1362 f = GST_ELEMENT_FACTORY (feature); in filter_vis_features()
1384 entry.factory = GST_ELEMENT_FACTORY (walk->data); in init_visualization_features()