mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
webrtc: fix documentation error in GstWebRTCKind
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7407>
This commit is contained in:
parent
8f9a53fa85
commit
b2c4f68328
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue