mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mpegts: fix g-i annotations and gtk-doc markup
This commit is contained in:
parent
da329b44a4
commit
ec3c4cb1c7
1 changed files with 0 additions and 6 deletions
|
@ -183,7 +183,6 @@ struct _GstMpegTsBATStream
|
|||
|
||||
/**
|
||||
* GstMpegTsBAT:
|
||||
*
|
||||
* @descriptors: (element-type GstMpegTsDescriptor):
|
||||
* @streams: (element-type GstMpegTsBATStream):
|
||||
*
|
||||
|
@ -210,7 +209,6 @@ typedef struct _GstMpegTsSDT GstMpegTsSDT;
|
|||
|
||||
/**
|
||||
* GstMpegTsSDTService:
|
||||
*
|
||||
* @descriptors: (element-type GstMpegTsDescriptor): List of descriptors
|
||||
*
|
||||
*/
|
||||
|
@ -228,7 +226,6 @@ struct _GstMpegTsSDTService
|
|||
|
||||
/**
|
||||
* GstMpegTsSDT:
|
||||
*
|
||||
* @services: (element-type GstMpegTsSDTService): List of services
|
||||
*
|
||||
* Service Description Table (EN 300 468)
|
||||
|
@ -257,7 +254,6 @@ typedef struct _GstMpegTsEIT GstMpegTsEIT;
|
|||
|
||||
/**
|
||||
* GstMpegTsEITEvent:
|
||||
*
|
||||
* @descriptors: (element-type GstMpegTsDescriptor): List of descriptors
|
||||
*
|
||||
* Event from a @GstMpegTsEIT
|
||||
|
@ -277,7 +273,6 @@ struct _GstMpegTsEITEvent
|
|||
|
||||
/**
|
||||
* GstMpegTsEIT:
|
||||
*
|
||||
* @events: (element-type GstMpegTsEITEvent): List of events
|
||||
*
|
||||
* Event Information Table (EN 300 468)
|
||||
|
@ -310,7 +305,6 @@ typedef struct _GstMpegTsTOT GstMpegTsTOT;
|
|||
#define GST_TYPE_MPEGTS_TOT (gst_mpegts_tot_get_type())
|
||||
/**
|
||||
* GstMpegTsTOT:
|
||||
*
|
||||
* @descriptors: (element-type GstMpegTsDescriptor): List of descriptors
|
||||
*
|
||||
* Time Offset Table (EN 300 468)
|
||||
|
|
Loading…
Reference in a new issue