elementfactory: clarify list item types in comments

This commit is contained in:
Stefan Kost 2010-11-19 11:43:40 +02:00
parent d4e2107987
commit a4c5448eee

View 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 */