mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
elementfactory: clarify list item types in comments
This commit is contained in:
parent
d4e2107987
commit
a4c5448eee
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue