Searched refs:GST_IS_ELEMENT_FACTORY (Results 1 – 22 of 22) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstelementfactory.c | 377 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), TRUE); in gst_element_factory_get_skip_documentation() 844 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), 0); in gst_element_factory_get_element_type() 863 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), NULL); in gst_element_factory_get_metadata() 885 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), NULL); in gst_element_factory_get_metadata_keys() 914 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), 0); in gst_element_factory_get_num_pad_templates() 931 g_return_if_fail (GST_IS_ELEMENT_FACTORY (elementfactory)); in __gst_element_factory_add_interface() 952 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), NULL); in gst_element_factory_get_static_pad_templates() 968 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), GST_URI_UNKNOWN); in gst_element_factory_get_uri_type() 988 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), NULL); in gst_element_factory_get_uri_protocols() 1008 g_return_val_if_fail (GST_IS_ELEMENT_FACTORY (factory), FALSE); in gst_element_factory_has_interface() [all …]
|
D | gstelementfactory.h | 49 #define GST_IS_ELEMENT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_ELEMENT_… macro
|
D | gstregistrychunks.c | 247 if (GST_IS_ELEMENT_FACTORY (feature)) { in gst_registry_chunks_save_feature() 602 if (GST_IS_ELEMENT_FACTORY (feature)) { in gst_registry_chunks_load_feature()
|
D | gst.c | 901 if (GST_IS_ELEMENT_FACTORY (feature)) { in gst_debug_help()
|
D | gsturi.c | 542 if (!GST_IS_ELEMENT_FACTORY (feature)) in search_by_entry()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstfactories.c | 109 if (GST_IS_ELEMENT_FACTORY (feature)) in do_plugin_feature_loaded()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautovideoconvert.c | 69 if (G_UNLIKELY (!GST_IS_ELEMENT_FACTORY (feature))) in gst_auto_video_convert_element_filter()
|
D | gstautoconvert.c | 823 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_auto_convert_default_filter_func()
|
/third_party/gstreamer/gstplugins_good/tests/check/generic/ |
D | states.c | 66 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-completion-helper.c | 146 if (GST_IS_ELEMENT_FACTORY (feature)) { in _list_features()
|
/third_party/gstreamer/gstplugins_base/tests/check/generic/ |
D | states.c | 65 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
|
/third_party/gstreamer/gstplugins_bad/tests/check/generic/ |
D | states.c | 68 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspext.c | 57 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_rtsp_ext_list_filter()
|
/third_party/gstreamer/gstreamer/tests/check/generic/ |
D | states.c | 64 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsndec.c | 169 if (!GST_IS_ELEMENT_FACTORY (feature)) in rsndec_factory_filter()
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautodetect.c | 214 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_auto_detect_factory_filter()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtphdrext.c | 793 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_rtp_ext_list_filter()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1268 if (GST_IS_ELEMENT_FACTORY (feature)) { in print_element_list() 1374 if (GST_IS_ELEMENT_FACTORY (feature)) { in print_all_uri_handlers() 1513 if (GST_IS_ELEMENT_FACTORY (feature)) { in print_plugin_features()
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 919 if (GST_IS_ELEMENT_FACTORY (feature)) { in main()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstsubtitleoverlay.c | 336 if (!GST_IS_ELEMENT_FACTORY (feature)) in _factory_filter()
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1916 if (!GST_IS_ELEMENT_FACTORY (feature)) in filter_features()
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 1360 if (!GST_IS_ELEMENT_FACTORY (feature)) in filter_vis_features()
|