scte-section.h: fix type macros
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 5 Apr 2021 22:21:58 +0000 (00:21 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 25 Sep 2021 01:29:37 +0000 (01:29 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/913>

subprojects/gst-plugins-bad/gst-libs/gst/mpegts/gst-scte-section.h

index 7242f41..4b98a4a 100644 (file)
@@ -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;