summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2018-11-08 08:15:41 +0000
committerSebastian Dröge <sebastian@centricular.com>2018-11-08 10:31:21 +0200
commit982f839486fba2536cd21fc45d0f65b6fcfcc3ea (patch)
treea3d1b6b3968b632b777bda372d67e9837bf56948 /gst-libs/gst/mpegts/gstmpegtsdescriptor.h
parent6bd75a5f1436ec4009dff7c5c0c59accae07741b (diff)
downloadgstreamer-plugins-bad-982f839486fba2536cd21fc45d0f65b6fcfcc3ea.tar.gz
mpegts: Register a number of new boxed types to support auto generation of bindings.
Diffstat (limited to 'gst-libs/gst/mpegts/gstmpegtsdescriptor.h')
-rw-r--r--gst-libs/gst/mpegts/gstmpegtsdescriptor.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
index 825b8aaf8..501feb70a 100644
--- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
+++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
@@ -354,6 +354,16 @@ struct _GstMpegtsLogicalChannelDescriptor
GstMpegtsLogicalChannel channels[64];
};
+#define GST_TYPE_MPEGTS_LOGICAL_CHANNEL_DESCRIPTOR (gst_mpegts_logical_channel_descriptor_get_type())
+
+GST_MPEGTS_API
+GType gst_mpegts_logical_channel_descriptor_get_type(void);
+
+#define GST_TYPE_MPEGTS_LOGICAL_CHANNEL (gst_mpegts_logical_channel_get_type())
+
+GST_MPEGTS_API
+GType gst_mpegts_logical_channel_get_type(void);
+
/* FIXME : Maybe make two methods. One for getting the number of channels,
* and the other for getting the content for one channel ? */
GST_MPEGTS_API