mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 01:54:11 +00:00
video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case
This commit is contained in:
parent
52b0134566
commit
8604fac13f
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ gst_video_format_new_caps (GstVideoFormat format, int width,
|
|||
bpp = 8;
|
||||
depth = 8;
|
||||
have_alpha = FALSE;
|
||||
break;
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue