Skip to content

sdpdemux: don't send EOS for unknown SSRC

Michael Olbrich requested to merge mol/gst-plugins-bad:sdp into master

The rtpbin sends signals for all SSRCs. Don't send an EOS when the SSRC does not match the stream SSRC.

This avoids problems when an SSRC from another receiver times out.

Merge request reports