mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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:
parent
63a5fa818c
commit
74a42c5ba8
2 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue