From ab828939416a58e474fd66e0f3149e63e7608454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 3 Jun 2020 10:32:00 +0300 Subject: [PATCH] webrtc: Add `Since: 1.18` markers to the new datachannel library API Part-of: --- gst-libs/gst/webrtc/datachannel.c | 2 ++ gst-libs/gst/webrtc/datachannel.h | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/gst-libs/gst/webrtc/datachannel.c b/gst-libs/gst/webrtc/datachannel.c index 99cc4f4ae1..358eb12be4 100644 --- a/gst-libs/gst/webrtc/datachannel.c +++ b/gst-libs/gst/webrtc/datachannel.c @@ -24,6 +24,8 @@ * @title: GstWebRTCDataChannel * * + * + * Since: 1.18 */ #ifdef HAVE_CONFIG_H diff --git a/gst-libs/gst/webrtc/datachannel.h b/gst-libs/gst/webrtc/datachannel.h index be2379c936..79b536f5b5 100644 --- a/gst-libs/gst/webrtc/datachannel.h +++ b/gst-libs/gst/webrtc/datachannel.h @@ -41,6 +41,8 @@ GType gst_webrtc_data_channel_get_type(void); /** * GstWebRTCDataChannel: + * + * Since: 1.18 */ struct _GstWebRTCDataChannel { @@ -63,6 +65,11 @@ struct _GstWebRTCDataChannel gpointer _padding[GST_PADDING]; }; +/** + * GstWebRTCDataChannelClass: + * + * Since: 1.18 + */ struct _GstWebRTCDataChannelClass { GObjectClass parent_class;