webrtcsdp: Remove comparison between media and session fingerprint
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 12 Oct 2021 15:29:21 +0000 (11:29 -0400)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 14 Nov 2023 19:50:48 +0000 (19:50 +0000)
commit2112c3c6b849d2c5e5d2fd3160a89d1bb12c269a
tree11ae4a4be78ad339450fa210105fd56348bd3e9f
parentdc1dc56c2d2b97839f4f52a11622ee7c8d6b308d
webrtcsdp: Remove comparison between media and session fingerprint

The code seems to validate that the media-level fingerprint matches
the fingerprint of the previous media or of the whole session. There
is no such requirement in any RFC I found. The session-session one
is just meant to act as a fallback when there is no media-level
fingerprint.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5663>
subprojects/gst-plugins-bad/ext/webrtc/webrtcsdp.c