From a1af0b4f866cedc061c62c3c562f6ab4c72ad032 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 21 May 2019 12:15:55 +0300 Subject: [PATCH] webrtc: Add various Since markers to new types after 1.14.0 --- gst-libs/gst/webrtc/webrtc_fwd.h | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/webrtc/webrtc_fwd.h b/gst-libs/gst/webrtc/webrtc_fwd.h index 5197297f7..0d00e2b2b 100644 --- a/gst-libs/gst/webrtc/webrtc_fwd.h +++ b/gst-libs/gst/webrtc/webrtc_fwd.h @@ -259,8 +259,10 @@ typedef enum /*< underscore_name=gst_webrtc_stats_type >*/ /** * GstWebRTCFECType: - * GST_WEBRTC_FEC_TYPE_NONE: none - * GST_WEBRTC_FEC_TYPE_ULP_RED: ulpfec + red + * @GST_WEBRTC_FEC_TYPE_NONE: none + * @GST_WEBRTC_FEC_TYPE_ULP_RED: ulpfec + red + * + * Since: 1.14.1 */ typedef enum /*< underscore_name=gst_webrtc_fec_type >*/ { @@ -276,6 +278,8 @@ typedef enum /*< underscore_name=gst_webrtc_fec_type >*/ * GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED: closed * * See http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate + * + * Since: 1.16 */ typedef enum /*< underscore_name=gst_webrtc_sctp_transport_state >*/ { @@ -293,6 +297,8 @@ typedef enum /*< underscore_name=gst_webrtc_sctp_transport_state >*/ * GST_WEBRTC_PRIORITY_TYPE_HIGH: high * * See http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype + * + * Since: 1.16 */ typedef enum /*< underscore_name=gst_webrtc_priority_type >*/ { @@ -311,6 +317,8 @@ typedef enum /*< underscore_name=gst_webrtc_priority_type >*/ * GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED: closed * * See http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate + * + * Since: 1.16 */ typedef enum /*< underscore_name=gst_webrtc_data_channel_state >*/ { @@ -330,6 +338,8 @@ typedef enum /*< underscore_name=gst_webrtc_data_channel_state >*/ * * See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1 * for more information. + * + * Since: 1.16 */ typedef enum /**/ { @@ -346,6 +356,8 @@ typedef enum /**/ * * See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1 * for more information. + * + * Since: 1.16 */ typedef enum /**/ { -- 2.34.1