Home
last modified time | relevance | path

Searched refs:GST_ELEMENT_FACTORY_CAST (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c148 is_parser1 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f1), in gst_playback_utils_compare_factories_func()
150 is_parser2 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f2), in gst_playback_utils_compare_factories_func()
Dgstplaybin3.c1259 is_sink1 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f1),
1261 is_sink2 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f2),
1263 is_parser1 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f1),
1265 is_parser2 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f2),
3715 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data);
Dgstplaybin2.c1653 is_sink1 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f1), in compare_factories_func()
1655 is_sink2 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f2), in compare_factories_func()
1657 is_parser1 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f1), in compare_factories_func()
1659 is_parser2 = gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (f2), in compare_factories_func()
5265 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data);
Dgsturidecodebin.c370 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_uri_decode_bin_update_factories_list()
409 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_uri_decode_bin_autoplug_factories()
Dgstsubtitleoverlay.c339 factory = GST_ELEMENT_FACTORY_CAST (feature); in _factory_filter()
Dgstdecodebin2.c1146 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_decode_bin_update_factories_list()
1652 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_decode_bin_autoplug_factories()
Dgstparsebin.c1109 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_parse_bin_autoplug_factories()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelementfactory.c56 factory = GST_ELEMENT_FACTORY_CAST (feature); in setup_factory()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c72 klass = gst_element_factory_get_metadata (GST_ELEMENT_FACTORY_CAST (feature), in gst_auto_video_convert_element_filter()
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.h51 #define GST_ELEMENT_FACTORY_CAST(obj) ((GstElementFactory *)(obj)) macro
Dgstelementfactory.c228 factory = GST_ELEMENT_FACTORY_CAST (existing_feature); in gst_element_register()
1127 gst_element_factory_list_is_type (GST_ELEMENT_FACTORY_CAST (feature), in element_filter()
Dgstregistrychunks.c605 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (feature); in gst_registry_chunks_load_feature()
Dgsturi.c544 factory = GST_ELEMENT_FACTORY_CAST (feature); in search_by_entry()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dautoconvert.c72 GST_ELEMENT_FACTORY_CAST (gst_registry_find_feature in set_autoconvert_factories()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c937 GST_ELEMENT_FACTORY_CAST (compat_elements->data); in find_demuxer()
/third_party/gstreamer/gstreamer/
DChangeLog108938 API: GST_ELEMENT_FACTORY_CAST