Searched refs:n_plugins (Results 1 – 1 of 1) sorted by relevance
148 guint n_plugins; member269 registry->priv->n_plugins = 0; in gst_registry_finalize()468 --registry->priv->n_plugins; in gst_registry_add_plugin()480 ++registry->priv->n_plugins; in gst_registry_add_plugin()547 --registry->priv->n_plugins; in gst_registry_remove_plugin()668 guint n_plugins, i; in gst_registry_plugin_filter() local673 n_plugins = registry->priv->n_plugins; in gst_registry_plugin_filter()674 plugins = g_newa (GstPlugin *, n_plugins + 1); in gst_registry_plugin_filter()679 for (i = 0; i < n_plugins; ++i) { in gst_registry_plugin_filter()688 for (i = 0; i < n_plugins; ++i) in gst_registry_plugin_filter()[all …]