elementfactory: clarify list item types in comments
authorStefan Kost <ensonic@users.sf.net>
Fri, 19 Nov 2010 09:43:40 +0000 (11:43 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 3 Dec 2010 07:50:31 +0000 (09:50 +0200)
gst/gstelementfactory.h

index ff9051b..859b232 100644 (file)
@@ -120,14 +120,14 @@ struct _GstElementFactory {
   /* FIXME-0.11: deprecate this in favour of meta_data */
   GstElementDetails     details;
 
-  GList *               staticpadtemplates;
+  GList *               staticpadtemplates;     /* GstStaticPadTemplate list */
   guint                 numpadtemplates;
 
   /* URI interface stuff */
   guint                 uri_type;
   gchar **              uri_protocols;
 
-  GList *               interfaces;             /* interfaces this element implements */
+  GList *               interfaces;             /* interface type names this element implements */
 
   /*< private >*/
   /* FIXME-0.11: move up and replace details */