mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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;
|
found = TRUE;
|
||||||
gst_buffer_unref (header);
|
gst_buffer_unref (header);
|
||||||
l->data = buffer;
|
l->data = buffer;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!found)
|
if (!found)
|
||||||
|
|
Loading…
Reference in a new issue