rtpvrawpay: Add missing break
COVERITY CID 1139762
This commit is contained in:
parent
ee7f41ba2e
commit
91c5b09fb4
@ -152,6 +152,7 @@ gst_rtp_vraw_pay_setcaps (GstRTPBasePayload * payload, GstCaps * caps)
|
|||||||
case GST_VIDEO_FORMAT_RGB:
|
case GST_VIDEO_FORMAT_RGB:
|
||||||
samplingstr = "RGB";
|
samplingstr = "RGB";
|
||||||
pgroup = 3;
|
pgroup = 3;
|
||||||
|
break;
|
||||||
case GST_VIDEO_FORMAT_BGR:
|
case GST_VIDEO_FORMAT_BGR:
|
||||||
samplingstr = "BGR";
|
samplingstr = "BGR";
|
||||||
pgroup = 3;
|
pgroup = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user