From 93c01d268fde4789f23b03c9a552da590e5dbcdb Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sat, 17 Mar 2001 17:50:35 +0000 Subject: [PATCH] Update to note that plugins can also contain autopluggers. Original commit message from CVS: Update to note that plugins can also contain autopluggers. --- docs/manual/plugins.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/plugins.sgml b/docs/manual/plugins.sgml index 6d082d0..a89d9cb 100644 --- a/docs/manual/plugins.sgml +++ b/docs/manual/plugins.sgml @@ -15,6 +15,11 @@ one or more typedefinitions + + + one or more autopluggers + + The plugins have one simple method: plugin_init () where all the elementfactories are @@ -39,6 +44,8 @@ struct _GstPlugin { gint numtypes; GList *elements; /* list of elements provided */ gint numelements; + GList *autopluggers; /* list of autopluggers provided */ + gint numautopluggers; gboolean loaded; /* if the plugin is in memory */ }; -- 2.7.4