mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
video: Fix build of unit test
This commit is contained in:
parent
f6ad25e08d
commit
d21591ff36
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ video_format_is_packed (GstVideoFormat fmt)
|
|||
case GST_VIDEO_FORMAT_ABGR:
|
||||
case GST_VIDEO_FORMAT_RGB:
|
||||
case GST_VIDEO_FORMAT_BGR:
|
||||
case GST_VIDEO_FORMAT_RGB8_PALETTED:
|
||||
case GST_VIDEO_FORMAT_RGB8P:
|
||||
return TRUE;
|
||||
default:
|
||||
g_return_val_if_reached (FALSE);
|
||||
|
|
Loading…
Reference in a new issue