rtpvrawpay: Add missing break

COVERITY CID 1139762
This commit is contained in:
Edward Hervey 2013-12-30 17:20:37 +01:00
parent ee7f41ba2e
commit 91c5b09fb4

View 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;