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 */ /* FIXME-0.11: deprecate this in favour of meta_data */
GstElementDetails details; GstElementDetails details;
GList * staticpadtemplates; GList * staticpadtemplates; /* GstStaticPadTemplate list */
guint numpadtemplates; guint numpadtemplates;
/* URI interface stuff */ /* URI interface stuff */
guint uri_type; guint uri_type;
gchar ** uri_protocols; gchar ** uri_protocols;
GList * interfaces; /* interfaces this element implements */ GList * interfaces; /* interface type names this element implements */
/*< private >*/ /*< private >*/
/* FIXME-0.11: move up and replace details */ /* FIXME-0.11: move up and replace details */