webrtc: Add hotdoc style since tags

We're stuck having to add a separate comment for now.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1425>
This commit is contained in:
Olivier Crête 2020-10-06 16:52:48 -04:00
parent ad68c6b1eb
commit 63a5fa818c
2 changed files with 15 additions and 0 deletions

View file

@ -48,6 +48,14 @@ GType gst_webrtc_rtp_sender_get_type(void);
*
* Since: 1.16
*/
/**
* GstWebRTCRTPSender.priority:
*
* The priority of the stream.
*
* Since: 1.20
*/
struct _GstWebRTCRTPSender
{
GstObject parent;

View file

@ -61,6 +61,13 @@ GType gst_webrtc_rtp_transceiver_get_type(void);
*
* Since: 1.16
*/
/**
* GstWebRTCRTPTransceiver.kind:
*
* Type of media
*
* Since: 1.20
*/
struct _GstWebRTCRTPTransceiver
{
GstObject parent;