video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case

This commit is contained in:
Tim-Philipp Müller 2010-12-02 23:49:31 +00:00
parent 52b0134566
commit 8604fac13f

View file

@ -614,6 +614,7 @@ gst_video_format_new_caps (GstVideoFormat format, int width,
bpp = 8;
depth = 8;
have_alpha = FALSE;
break;
default:
return NULL;
}