webrtc: Add various Since markers to new types after 1.14.0
authorSebastian Dröge <sebastian@centricular.com>
Tue, 21 May 2019 09:15:55 +0000 (12:15 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 11 Aug 2019 15:17:34 +0000 (16:17 +0100)
gst-libs/gst/webrtc/webrtc_fwd.h

index 5197297..0d00e2b 100644 (file)
@@ -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 <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate">http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate</ulink>
+ *
+ * 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 <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype">http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype</ulink>
+ *
+ * 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 <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate">http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate</ulink>
+ *
+ * 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 /*<underscore_name=gst_webrtc_bundle_policy>*/
 {
@@ -346,6 +356,8 @@ typedef enum /*<underscore_name=gst_webrtc_bundle_policy>*/
  *
  * See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1
  * for more information.
+ *
+ * Since: 1.16
  */
 typedef enum /*<underscore_name=gst_webrtc_ice_transport_policy>*/
 {