webrtc: Expose RTCError enum
authorPhilippe Normand <philn@igalia.com>
Fri, 28 Jan 2022 17:11:41 +0000 (17:11 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 29 Jan 2022 14:42:22 +0000 (14:42 +0000)
commit4254920b723edd8d869d9fdc878b7f6234a0184a
treef12480533ddaffb59e06d50d04a58b4bb42d6ca5
parentea06439c39b070ea5bbff0e04996df1f3649067d
webrtc: Expose RTCError enum

The error codes not complying with the spec are now notified with the
GST_WEBRTC_ERROR_INTERNAL_FAILURE code.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1485>
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c
subprojects/gst-plugins-bad/ext/webrtc/utils.c
subprojects/gst-plugins-bad/ext/webrtc/utils.h
subprojects/gst-plugins-bad/ext/webrtc/webrtcdatachannel.c
subprojects/gst-plugins-bad/ext/webrtc/webrtcsdp.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/meson.build
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc.c [new file with mode: 0644]
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h
subprojects/gst-plugins-bad/tests/check/elements/webrtcbin.c