mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
atsc-section: Fix annotation
This commit is contained in:
parent
611edd5e96
commit
86b8388c3f
1 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ struct _GstMpegTsAtscEITEvent {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstMpegTsAtscEIT:
|
* GstMpegTsAtscEIT:
|
||||||
* @events: (element-type FIXME): Events
|
* @events: (element-type GstMpegTsAtscEITEvent): Events
|
||||||
*
|
*
|
||||||
* Event Information Table (ATSC)
|
* Event Information Table (ATSC)
|
||||||
*
|
*
|
||||||
|
@ -242,7 +242,7 @@ typedef struct _GstMpegTsAtscETT GstMpegTsAtscETT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstMpegTsAtscETT:
|
* GstMpegTsAtscETT:
|
||||||
* @messages: (element-type FIXME): List of texts
|
* @messages: (element-type GstMpegTsAtscMultString): List of texts
|
||||||
*
|
*
|
||||||
* Extended Text Table (ATSC)
|
* Extended Text Table (ATSC)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue