diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/datachannel.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/datachannel.c index 6ba19052e9..e8a141f635 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/datachannel.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/datachannel.c @@ -22,6 +22,8 @@ * SECTION:gstwebrtc-datachannel * @short_description: RTCDataChannel object * @title: GstWebRTCDataChannel + * @symbols: + * - GstWebRTCDataChannel * * * diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/dtlstransport.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/dtlstransport.c index e3d54a0566..bd1a553e7a 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/dtlstransport.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/dtlstransport.c @@ -22,6 +22,8 @@ * @short_description: RTCDtlsTransport object * @title: GstWebRTCDTLSTransport * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCICETransport + * @symbols: + * - GstWebRTCDTLSTransport * * */ diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c index 596ef0f0a3..829f2e3345 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c @@ -16,6 +16,13 @@ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ +/** + * SECTION:gstwebrtcice + * @title: GstWebRTCICE + * @short_description: Base class WebRTC ICE handling + * @symbols: + * - GstWebRTCICE + */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c index 8acd637536..4d0055f520 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c @@ -16,6 +16,13 @@ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ +/** + * SECTION: icestream + * @short_description: IceStream object + * @title: GstIceStream + * @symbols: + * - GstWebRTCICEStream + */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.c index da5a643a91..0ad9914297 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.c @@ -22,8 +22,10 @@ * @short_description: RTCIceTransport object * @title: GstWebRTCICETransport * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCDTLSTransport + * @symbols: + * - GstWebRTCICETransport * - * + * See the [specification](https://www.w3.org/TR/webrtc/#rtcicetransport) */ #ifdef HAVE_CONFIG_H diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpreceiver.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpreceiver.c index 8330105d84..4a397ff377 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpreceiver.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpreceiver.c @@ -22,6 +22,8 @@ * @short_description: RTCRtpReceiver object * @title: GstWebRTCRTPReceiver * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPTransceiver + * @symbols: + * - GstWebRTCRTPReceiver * * */ diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpsender.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpsender.c index 90f43ccee6..2a3a96969d 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpsender.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpsender.c @@ -22,6 +22,8 @@ * @short_description: RTCRtpSender object * @title: GstWebRTCRTPSender * @see_also: #GstWebRTCRTPReceiver, #GstWebRTCRTPTransceiver + * @symbols: + * - GstWebRTCRTPSender * * */ diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c index 8990206afb..2db2abd4d1 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c @@ -22,6 +22,8 @@ * @short_description: RTCRtpTransceiver object * @title: GstWebRTCRTPTransceiver * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver + * @symbols: + * - GstWebRTCRTPTransceiver * * */