Skip to content

webrtcsink: don't panic on failure to request pad from webrtcbin

webrtcbin will refuse pad requests for all sorts of reasons, and should be logging an error when doing so, simply post an error message and let the application deal with it, the reason for the refusal should hopefully be available in the logs to the user.

Merge request reports