webrtc: fix documentation error in GstWebRTCKind

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7407>
This commit is contained in:
RSWilli 2024-08-23 16:21:43 +02:00 committed by GStreamer Marge Bot
parent 8f9a53fa85
commit b2c4f68328
2 changed files with 2 additions and 2 deletions

View file

@ -2327,7 +2327,7 @@ for more information.</doc>
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h">Kind is audio</doc>
</member>
<member name="video" value="2" c:identifier="GST_WEBRTC_KIND_VIDEO" glib:nick="video">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h">Kind is audio</doc>
<doc xml:space="preserve" filename="../subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h">Kind is video</doc>
</member>
</enumeration>
<enumeration name="WebRTCPeerConnectionState" glib:type-name="GstWebRTCPeerConnectionState" glib:get-type="gst_webrtc_peer_connection_state_get_type" c:type="GstWebRTCPeerConnectionState">

View file

@ -449,7 +449,7 @@ typedef enum /*<underscore_name=gst_webrtc_ice_transport_policy>*/
* GstWebRTCKind:
* @GST_WEBRTC_KIND_UNKNOWN: Kind has not yet been set
* @GST_WEBRTC_KIND_AUDIO: Kind is audio
* @GST_WEBRTC_KIND_VIDEO: Kind is audio
* @GST_WEBRTC_KIND_VIDEO: Kind is video
*
* https://w3c.github.io/mediacapture-main/#dom-mediastreamtrack-kind
*