Home
last modified time | relevance | path

Searched refs:GST_IS_ELEMENT_FACTORY (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c377 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 …]
Dgstelementfactory.h49 #define GST_IS_ELEMENT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_ELEMENT_… macro
Dgstregistrychunks.c247 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()
Dgst.c901 if (GST_IS_ELEMENT_FACTORY (feature)) { in gst_debug_help()
Dgsturi.c542 if (!GST_IS_ELEMENT_FACTORY (feature)) in search_by_entry()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstfactories.c109 if (GST_IS_ELEMENT_FACTORY (feature)) in do_plugin_feature_loaded()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c69 if (G_UNLIKELY (!GST_IS_ELEMENT_FACTORY (feature))) in gst_auto_video_convert_element_filter()
Dgstautoconvert.c823 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_auto_convert_default_filter_func()
/third_party/gstreamer/gstplugins_good/tests/check/generic/
Dstates.c66 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c146 if (GST_IS_ELEMENT_FACTORY (feature)) { in _list_features()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c65 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
/third_party/gstreamer/gstplugins_bad/tests/check/generic/
Dstates.c68 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c57 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_rtsp_ext_list_filter()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dstates.c64 if (!GST_IS_ELEMENT_FACTORY (feature)) in setup()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c169 if (!GST_IS_ELEMENT_FACTORY (feature)) in rsndec_factory_filter()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c214 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_auto_detect_factory_filter()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.c793 if (!GST_IS_ELEMENT_FACTORY (feature)) in gst_rtp_ext_list_filter()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1268 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/
Dgst-hotdoc-plugins-scanner.c919 if (GST_IS_ELEMENT_FACTORY (feature)) { in main()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c336 if (!GST_IS_ELEMENT_FACTORY (feature)) in _factory_filter()
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c1916 if (!GST_IS_ELEMENT_FACTORY (feature)) in filter_features()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1360 if (!GST_IS_ELEMENT_FACTORY (feature)) in filter_vis_features()