mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
webrtc: Add various Since markers to new types after 1.14.0
This commit is contained in:
parent
1e3eb00b17
commit
b3bf3a0d21
1 changed files with 12 additions and 0 deletions
|
@ -266,6 +266,8 @@ typedef enum /*< underscore_name=gst_webrtc_stats_type >*/
|
||||||
* GstWebRTCFECType:
|
* GstWebRTCFECType:
|
||||||
* @GST_WEBRTC_FEC_TYPE_NONE: none
|
* @GST_WEBRTC_FEC_TYPE_NONE: none
|
||||||
* @GST_WEBRTC_FEC_TYPE_ULP_RED: ulpfec + red
|
* @GST_WEBRTC_FEC_TYPE_ULP_RED: ulpfec + red
|
||||||
|
*
|
||||||
|
* Since: 1.14.1
|
||||||
*/
|
*/
|
||||||
typedef enum /*< underscore_name=gst_webrtc_fec_type >*/
|
typedef enum /*< underscore_name=gst_webrtc_fec_type >*/
|
||||||
{
|
{
|
||||||
|
@ -281,6 +283,8 @@ typedef enum /*< underscore_name=gst_webrtc_fec_type >*/
|
||||||
* GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED: closed
|
* 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>
|
* 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 >*/
|
typedef enum /*< underscore_name=gst_webrtc_sctp_transport_state >*/
|
||||||
{
|
{
|
||||||
|
@ -298,6 +302,8 @@ typedef enum /*< underscore_name=gst_webrtc_sctp_transport_state >*/
|
||||||
* GST_WEBRTC_PRIORITY_TYPE_HIGH: high
|
* 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>
|
* 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 >*/
|
typedef enum /*< underscore_name=gst_webrtc_priority_type >*/
|
||||||
{
|
{
|
||||||
|
@ -316,6 +322,8 @@ typedef enum /*< underscore_name=gst_webrtc_priority_type >*/
|
||||||
* GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED: closed
|
* 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>
|
* 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 >*/
|
typedef enum /*< underscore_name=gst_webrtc_data_channel_state >*/
|
||||||
{
|
{
|
||||||
|
@ -335,6 +343,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
|
* See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1
|
||||||
* for more information.
|
* for more information.
|
||||||
|
*
|
||||||
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
typedef enum /*<underscore_name=gst_webrtc_bundle_policy>*/
|
typedef enum /*<underscore_name=gst_webrtc_bundle_policy>*/
|
||||||
{
|
{
|
||||||
|
@ -351,6 +361,8 @@ typedef enum /*<underscore_name=gst_webrtc_bundle_policy>*/
|
||||||
*
|
*
|
||||||
* See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1
|
* See https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24#section-4.1.1
|
||||||
* for more information.
|
* for more information.
|
||||||
|
*
|
||||||
|
* Since: 1.16
|
||||||
*/
|
*/
|
||||||
typedef enum /*<underscore_name=gst_webrtc_ice_transport_policy>*/
|
typedef enum /*<underscore_name=gst_webrtc_ice_transport_policy>*/
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue