rtpvorbispay: Add missing break to for loop
This commit is contained in:
parent
4ac5abcdb9
commit
bc14107742
@ -811,6 +811,7 @@ gst_rtp_vorbis_pay_handle_buffer (GstRTPBasePayload * basepayload,
|
||||
found = TRUE;
|
||||
gst_buffer_unref (header);
|
||||
l->data = buffer;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!found)
|
||||
|
Loading…
x
Reference in New Issue
Block a user