rtpvorbispay: Add missing break to for loop
authorSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 10:45:24 +0000 (12:45 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 28 Feb 2017 10:45:24 +0000 (12:45 +0200)
gst/rtp/gstrtpvorbispay.c

index 04d9c5a..24c8fbb 100644 (file)
@@ -811,6 +811,7 @@ gst_rtp_vorbis_pay_handle_buffer (GstRTPBasePayload * basepayload,
           found = TRUE;
           gst_buffer_unref (header);
           l->data = buffer;
+          break;
         }
       }
       if (!found)