mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpvrawpay: Add missing break
COVERITY CID 1139762
This commit is contained in:
parent
ee7f41ba2e
commit
91c5b09fb4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue