Searched refs:GST_ELEMENT_FACTORY_CAST (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackutils.c | 148 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()
|
D | gstplaybin3.c | 1259 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);
|
D | gstplaybin2.c | 1653 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);
|
D | gsturidecodebin.c | 370 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()
|
D | gstsubtitleoverlay.c | 339 factory = GST_ELEMENT_FACTORY_CAST (feature); in _factory_filter()
|
D | gstdecodebin2.c | 1146 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()
|
D | gstparsebin.c | 1109 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (tmp->data); in gst_parse_bin_autoplug_factories()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelementfactory.c | 56 factory = GST_ELEMENT_FACTORY_CAST (feature); in setup_factory()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautovideoconvert.c | 72 klass = gst_element_factory_get_metadata (GST_ELEMENT_FACTORY_CAST (feature), in gst_auto_video_convert_element_filter()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelementfactory.h | 51 #define GST_ELEMENT_FACTORY_CAST(obj) ((GstElementFactory *)(obj)) macro
|
D | gstelementfactory.c | 228 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()
|
D | gstregistrychunks.c | 605 GstElementFactory *factory = GST_ELEMENT_FACTORY_CAST (feature); in gst_registry_chunks_load_feature()
|
D | gsturi.c | 544 factory = GST_ELEMENT_FACTORY_CAST (feature); in search_by_entry()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | autoconvert.c | 72 GST_ELEMENT_FACTORY_CAST (gst_registry_find_feature in set_autoconvert_factories()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 937 GST_ELEMENT_FACTORY_CAST (compat_elements->data); in find_demuxer()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 108938 API: GST_ELEMENT_FACTORY_CAST
|