rtpvorbispay: Add missing break to for loop

This commit is contained in:
Sebastian Dröge 2017-02-28 12:45:24 +02:00
parent 4ac5abcdb9
commit bc14107742

View file

@ -811,6 +811,7 @@ gst_rtp_vorbis_pay_handle_buffer (GstRTPBasePayload * basepayload,
found = TRUE; found = TRUE;
gst_buffer_unref (header); gst_buffer_unref (header);
l->data = buffer; l->data = buffer;
break;
} }
} }
if (!found) if (!found)