Home
last modified time | relevance | path

Searched refs:GST_PLUGIN_FEATURE_CAST (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstdynamictypefactory.c127 gst_plugin_feature_set_name (GST_PLUGIN_FEATURE_CAST (factory), name); in gst_dynamic_type_factory_create()
131 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = plugin->desc.name; in gst_dynamic_type_factory_create()
132 GST_PLUGIN_FEATURE_CAST (factory)->plugin = plugin; in gst_dynamic_type_factory_create()
134 (gpointer *) & GST_PLUGIN_FEATURE_CAST (factory)->plugin); in gst_dynamic_type_factory_create()
136 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = "NULL"; in gst_dynamic_type_factory_create()
137 GST_PLUGIN_FEATURE_CAST (factory)->plugin = NULL; in gst_dynamic_type_factory_create()
139 GST_PLUGIN_FEATURE_CAST (factory)->loaded = TRUE; in gst_dynamic_type_factory_create()
181 gst_registry_add_feature (registry, GST_PLUGIN_FEATURE_CAST (factory)); in gst_dynamic_type_register()
Dgsttracer.c171 gst_plugin_feature_set_name (GST_PLUGIN_FEATURE_CAST (factory), name); in gst_tracer_register()
172 gst_plugin_feature_set_rank (GST_PLUGIN_FEATURE_CAST (factory), in gst_tracer_register()
180 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = plugin->desc.name; /* interned string */ in gst_tracer_register()
181 GST_PLUGIN_FEATURE_CAST (factory)->plugin = plugin; in gst_tracer_register()
183 (gpointer *) & GST_PLUGIN_FEATURE_CAST (factory)->plugin); in gst_tracer_register()
185 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = "NULL"; in gst_tracer_register()
186 GST_PLUGIN_FEATURE_CAST (factory)->plugin = NULL; in gst_tracer_register()
188 GST_PLUGIN_FEATURE_CAST (factory)->loaded = TRUE; in gst_tracer_register()
191 GST_PLUGIN_FEATURE_CAST (factory)); in gst_tracer_register()
Dgsttypefind.c77 gst_plugin_feature_set_name (GST_PLUGIN_FEATURE_CAST (factory), name); in gst_type_find_register()
78 gst_plugin_feature_set_rank (GST_PLUGIN_FEATURE_CAST (factory), rank); in gst_type_find_register()
88 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = plugin->desc.name; /* interned string */ in gst_type_find_register()
89 GST_PLUGIN_FEATURE_CAST (factory)->plugin = plugin; in gst_type_find_register()
91 (gpointer *) & GST_PLUGIN_FEATURE_CAST (factory)->plugin); in gst_type_find_register()
93 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = "NULL"; in gst_type_find_register()
94 GST_PLUGIN_FEATURE_CAST (factory)->plugin = NULL; in gst_type_find_register()
96 GST_PLUGIN_FEATURE_CAST (factory)->loaded = TRUE; in gst_type_find_register()
99 GST_PLUGIN_FEATURE_CAST (factory)); in gst_type_find_register()
Dgstdeviceproviderfactory.c201 gst_plugin_feature_set_name (GST_PLUGIN_FEATURE_CAST (factory), name); in gst_device_provider_register()
218 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = plugin->desc.name; in gst_device_provider_register()
219 GST_PLUGIN_FEATURE_CAST (factory)->plugin = plugin; in gst_device_provider_register()
221 (gpointer *) & GST_PLUGIN_FEATURE_CAST (factory)->plugin); in gst_device_provider_register()
223 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = "NULL"; in gst_device_provider_register()
224 GST_PLUGIN_FEATURE_CAST (factory)->plugin = NULL; in gst_device_provider_register()
226 gst_plugin_feature_set_rank (GST_PLUGIN_FEATURE_CAST (factory), rank); in gst_device_provider_register()
227 GST_PLUGIN_FEATURE_CAST (factory)->loaded = TRUE; in gst_device_provider_register()
229 gst_registry_add_feature (registry, GST_PLUGIN_FEATURE_CAST (factory)); in gst_device_provider_register()
Dgstelementfactory.c239 gst_plugin_feature_set_name (GST_PLUGIN_FEATURE_CAST (factory), name); in gst_element_register()
301 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = plugin->desc.name; in gst_element_register()
302 GST_PLUGIN_FEATURE_CAST (factory)->plugin = plugin; in gst_element_register()
304 (gpointer *) & GST_PLUGIN_FEATURE_CAST (factory)->plugin); in gst_element_register()
306 GST_PLUGIN_FEATURE_CAST (factory)->plugin_name = "NULL"; in gst_element_register()
307 GST_PLUGIN_FEATURE_CAST (factory)->plugin = NULL; in gst_element_register()
309 gst_plugin_feature_set_rank (GST_PLUGIN_FEATURE_CAST (factory), rank); in gst_element_register()
310 GST_PLUGIN_FEATURE_CAST (factory)->loaded = TRUE; in gst_element_register()
312 gst_registry_add_feature (registry, GST_PLUGIN_FEATURE_CAST (factory)); in gst_element_register()
Dgstpluginfeature.c65 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (object); in gst_plugin_feature_finalize()
243 GstPluginFeature *feature = GST_PLUGIN_FEATURE_CAST (g->data); in gst_plugin_feature_list_free()
Dgstpluginfeature.h39 #define GST_PLUGIN_FEATURE_CAST(obj) ((GstPluginFeature*)(obj)) macro
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstsubtitleoverlay.c217 name = gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory)); in _is_renderer()
554 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory)); in _create_element()
817 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory)); in _setup_renderer()
1189 GST_STR_NULL (gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST in _pad_blocked_cb()
1239 GST_STR_NULL (gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST in _pad_blocked_cb()
1278 GST_STR_NULL (gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST in _pad_blocked_cb()
Dgstdecodebin2.c440 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (GET_ELEMENT_FAC (ele)))
2503 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory))); in connect_pad()
Dgstparsebin.c1852 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (factory))); in connect_pad()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c79 gst_plugin_feature_get_name (GST_PLUGIN_FEATURE_CAST (feature))); in gst_auto_video_convert_element_filter()
/third_party/gstreamer/gstreamer/
DChangeLog108940 API: GST_PLUGIN_FEATURE_CAST