Lines Matching refs:plugins
20 value "builtin" for built-in plugins. The "label" attribute specify
23 - Built-in plugins have an attribute "label" which has value "source"
25 of the pipeline. Built-in plugins also have a attribute "purpose"
27 pipeline these plugins belong to.
33 plugin or to specify connections to other plugins. The ports in each
175 FOR_ARRAY_ELEMENT(&ini->plugins, i, plugin) {
221 plugin = ARRAY_APPEND_ZERO(&ini->plugins);
240 /* free plugins */
241 FOR_ARRAY_ELEMENT(&ini->plugins, i, p) {
245 ARRAY_FREE(&ini->plugins);