Skip to content

webrtcbin: Stop transceivers update after first SDP error

Philippe Normand requested to merge philn/gst-plugins-bad:issue-1595 into master

When invalid SDP is supplied, _update_transceiver_from_sdp_media() sets the GError, so it is invalid to continue any further SDP processing, we have to exit early when the first error is raised.

Fixes #1595 (closed)

Merge request reports