session: handle unknown SSRC in FIR

https://bugzilla.gnome.org/show_bug.cgi?id=725712
This commit is contained in:
Wim Taymans 2014-03-05 14:26:02 +01:00
parent c4bf6e8b7e
commit 5818a0de1a

View file

@ -2341,6 +2341,9 @@ rtp_session_process_fir (RTPSession * sess, guint32 sender_ssrc,
ssrc = GST_READ_UINT32_BE (data);
own = find_source (sess, ssrc);
if (own == NULL)
continue;
if (own->internal) {
our_request = TRUE;
break;