Home
last modified time | relevance | path

Searched refs:newplugin (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c833 GstPlugin *newplugin; in do_plugin_load() local
845 newplugin = gst_plugin_load_file ((gchar *) filename, NULL); in do_plugin_load()
846 if (newplugin) { in do_plugin_load()
852 gst_registry_get (), newplugin)) in do_plugin_load()
885 gst_object_unref (newplugin); in do_plugin_load()
991 GstPlugin *newplugin = NULL; in handle_rx_packet() local
993 tmp + payload_len, &newplugin)) { in handle_rx_packet()
1000 GST_OBJECT_FLAG_UNSET (newplugin, GST_PLUGIN_FLAG_CACHED); in handle_rx_packet()
1002 "marking plugin %p as registered as %s", newplugin, in handle_rx_packet()
1003 newplugin->filename); in handle_rx_packet()
[all …]
Dgstplugin.c1404 GstPlugin *plugin, *newplugin; in gst_plugin_load_by_name() local
1411 newplugin = gst_plugin_load_file (plugin->filename, &error); in gst_plugin_load_by_name()
1414 if (!newplugin) { in gst_plugin_load_by_name()
1420 return newplugin; in gst_plugin_load_by_name()
1449 GstPlugin *newplugin; in gst_plugin_load() local
1455 if (!(newplugin = gst_plugin_load_file (plugin->filename, &error))) in gst_plugin_load()
1458 return newplugin; in gst_plugin_load()
Dgstregistry.c1154 GstPlugin *newplugin = NULL; in gst_registry_scan_plugin_file() local
1194 newplugin = _priv_gst_plugin_load_file_for_registry (filename, in gst_registry_scan_plugin_file()
1198 if (newplugin) { in gst_registry_scan_plugin_file()
1200 newplugin); in gst_registry_scan_plugin_file()
1201 newplugin->registered = TRUE; in gst_registry_scan_plugin_file()
1202 gst_object_unref (newplugin); in gst_registry_scan_plugin_file()