webrtc: Add Since: 1.18
markers to the new datachannel library API
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1315>
This commit is contained in:
parent
a1bc9d4319
commit
ab82893941
@ -24,6 +24,8 @@
|
|||||||
* @title: GstWebRTCDataChannel
|
* @title: GstWebRTCDataChannel
|
||||||
*
|
*
|
||||||
* <https://www.w3.org/TR/webrtc/#rtcdatachannel>
|
* <https://www.w3.org/TR/webrtc/#rtcdatachannel>
|
||||||
|
*
|
||||||
|
* Since: 1.18
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -41,6 +41,8 @@ GType gst_webrtc_data_channel_get_type(void);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GstWebRTCDataChannel:
|
* GstWebRTCDataChannel:
|
||||||
|
*
|
||||||
|
* Since: 1.18
|
||||||
*/
|
*/
|
||||||
struct _GstWebRTCDataChannel
|
struct _GstWebRTCDataChannel
|
||||||
{
|
{
|
||||||
@ -63,6 +65,11 @@ struct _GstWebRTCDataChannel
|
|||||||
gpointer _padding[GST_PADDING];
|
gpointer _padding[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstWebRTCDataChannelClass:
|
||||||
|
*
|
||||||
|
* Since: 1.18
|
||||||
|
*/
|
||||||
struct _GstWebRTCDataChannelClass
|
struct _GstWebRTCDataChannelClass
|
||||||
{
|
{
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user