mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
toc: add some missing element-type annotations
This commit is contained in:
parent
d5c54b07fc
commit
4e89ecd4d1
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue