video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case
This commit is contained in:
parent
52b0134566
commit
8604fac13f
@ -614,6 +614,7 @@ gst_video_format_new_caps (GstVideoFormat format, int width,
|
|||||||
bpp = 8;
|
bpp = 8;
|
||||||
depth = 8;
|
depth = 8;
|
||||||
have_alpha = FALSE;
|
have_alpha = FALSE;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user