toc: add some missing element-type annotations

This commit is contained in:
Evan Nemerson 2012-06-19 16:08:46 -07:00
parent d5c54b07fc
commit 4e89ecd4d1

View file

@ -54,8 +54,10 @@ typedef enum {
* without meaning (e.g. applications should not assume the /editionX/chapterY/chapter/Z structure,
* other demuxers could do something else), it should help to track updates of certain entries.
* @type: #GstTocEntryType of this entry.
* @subentries: list of #GstTocEntry children.
* @pads: list of #GstPad objects, related to this #GstTocEntry.
* @subentries: (element-type GstTocEntry): list of #GstTocEntry
* children.
* @pads: (element-type GstPad): list of #GstPad objects, related to
* this #GstTocEntry.
* @tags: tags related to this entry.
* @info: extra information related to this entry.
*
@ -78,7 +80,8 @@ struct _GstTocEntry {
/**
* GstToc:
* @entries: list of #GstTocEntry entries of the TOC.
* @entries: (element-type GstTocEntry): list of #GstTocEntry entries
* of the TOC.
* @tags: tags related to the whole TOC.
* @info: extra information related to the TOC.
*