mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: fix videoscale test for NV12T
https://bugzilla.gnome.org/show_bug.cgi?id=707361
This commit is contained in:
parent
f3e989179b
commit
12eedf86e8
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ check_pad_template (GstPadTemplate * tmpl)
|
|||
case GST_VIDEO_FORMAT_GBR:
|
||||
case GST_VIDEO_FORMAT_GBR_10BE:
|
||||
case GST_VIDEO_FORMAT_GBR_10LE:
|
||||
case GST_VIDEO_FORMAT_NV12T:
|
||||
GST_LOG ("Ignoring lack of support for format %s", fmt_str);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue