mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
rtpvorbispay: Add missing break to for loop
This commit is contained in:
parent
4ac5abcdb9
commit
bc14107742
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue