mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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:
|
||||
samplingstr = "RGB";
|
||||
pgroup = 3;
|
||||
break;
|
||||
case GST_VIDEO_FORMAT_BGR:
|
||||
samplingstr = "BGR";
|
||||
pgroup = 3;
|
||||
|
|
Loading…
Reference in a new issue