rtpvrawpay: Add missing break
authorEdward Hervey <bilboed@bilboed.com>
Mon, 30 Dec 2013 16:20:37 +0000 (17:20 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 30 Dec 2013 16:20:37 +0000 (17:20 +0100)
COVERITY CID 1139762

gst/rtp/gstrtpvrawpay.c

index f5b7b0d..5df9c52 100644 (file)
@@ -152,6 +152,7 @@ gst_rtp_vraw_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
     case GST_VIDEO_FORMAT_RGB:
       samplingstr = "RGB";
       pgroup = 3;
+      break;
     case GST_VIDEO_FORMAT_BGR:
       samplingstr = "BGR";
       pgroup = 3;