mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
check: Add GST_VIDEO_FORMAT_YVYU to the test so it passes.
This commit is contained in:
parent
2f01e624f5
commit
a8e3b4cacb
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ video_format_is_packed (GstVideoFormat fmt)
|
|||
case GST_VIDEO_FORMAT_Y42B:
|
||||
return FALSE;
|
||||
case GST_VIDEO_FORMAT_YUY2:
|
||||
case GST_VIDEO_FORMAT_YVYU:
|
||||
case GST_VIDEO_FORMAT_UYVY:
|
||||
case GST_VIDEO_FORMAT_AYUV:
|
||||
case GST_VIDEO_FORMAT_RGBx:
|
||||
|
|
Loading…
Reference in a new issue