Revert "webrtc: Add hotdoc style since tags"
authorSebastian Dröge <sebastian@centricular.com>
Thu, 8 Oct 2020 15:49:50 +0000 (18:49 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 8 Oct 2020 15:51:37 +0000 (18:51 +0300)
This reverts commit 63a5fa818c31ecbe43891c077a38b6b162d73c28.

It breaks the CI until the C# bindings are fixed.

gst-libs/gst/webrtc/rtpsender.h
gst-libs/gst/webrtc/rtptransceiver.h

index 653475d..b521448 100644 (file)
@@ -48,14 +48,6 @@ 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;
index a14dc4a..6a7564c 100644 (file)
@@ -61,13 +61,6 @@ GType gst_webrtc_rtp_transceiver_get_type(void);
  *
  * Since: 1.16
  */
-/**
- * GstWebRTCRTPTransceiver.kind:
- *
- * Type of media
- *
- * Since: 1.20
- */
 struct _GstWebRTCRTPTransceiver
 {
   GstObject                         parent;