mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
scte-section.h: fix type macros
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/913>
This commit is contained in:
parent
3037fde5eb
commit
fc975818b5
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ typedef enum {
|
|||
} GstMpegtsSectionSCTETableID;
|
||||
|
||||
/* Splice Information Table (SIT) */
|
||||
#define GST_TYPE_MPEGTS_SCTE_SPLICE_EVENT (gst_mpegts_scte_splice_event_get_type);
|
||||
#define GST_TYPE_MPEGTS_SCTE_SPLICE_EVENT (gst_mpegts_scte_splice_event_get_type())
|
||||
typedef struct _GstMpegtsSCTESpliceEvent GstMpegtsSCTESpliceEvent;
|
||||
|
||||
struct _GstMpegtsSCTESpliceEvent {
|
||||
|
@ -153,7 +153,7 @@ typedef enum {
|
|||
GST_MTS_SCTE_SPLICE_COMMAND_PRIVATE = 0xff
|
||||
} GstMpegtsSCTESpliceCommandType;
|
||||
|
||||
#define GST_TYPE_MPEGTS_SCTE_SIT (gst_mpegts_scte_sit_get_type());
|
||||
#define GST_TYPE_MPEGTS_SCTE_SIT (gst_mpegts_scte_sit_get_type())
|
||||
|
||||
typedef struct _GstMpegtsSCTESIT GstMpegtsSCTESIT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue