webrtcbin: Add unit test for closing of data channels
authorJohan Sternerup <johast@axis.com>
Thu, 29 Apr 2021 14:51:27 +0000 (16:51 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 12 May 2021 03:02:27 +0000 (03:02 +0000)
commitcaefc3a8319d103ee4f441966a2c69021c205d7b
treeb1bd961b58c6828f5f2e352b846ce159f20e63d9
parent4d514abfd60dcdcbadc4b748e56c1c4da4e051d9
webrtcbin: Add unit test for closing of data channels

Add test for verifying that the data channel "close" action signal
triggers an SCTP_RESET_STREAMS request that is propagated to the other
side and eventually leads to both sides closing properly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2186>
tests/check/elements/webrtcbin.c