mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
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
2 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
* @title: GstWebRTCDataChannel
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcdatachannel>
|
||||
*
|
||||
* Since: 1.18
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_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;
|
||||
|
|
Loading…
Reference in a new issue