Revert "webrtc: Add hotdoc style since tags"

This reverts commit 63a5fa818c.

It breaks the CI until the C# bindings are fixed.
This commit is contained in:
Sebastian Dröge 2020-10-08 18:49:50 +03:00
parent 63a5fa818c
commit 74a42c5ba8
2 changed files with 0 additions and 15 deletions

View file

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

View file

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