mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 12:34:15 +00:00
videoscale: Fix comparision
This commit is contained in:
parent
40a4f2f8aa
commit
2325a2beae
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ caps_is_supported (const GstCaps * caps)
|
|||
|
||||
return (fmt == GST_VIDEO_FORMAT_ARGB64 || fmt == GST_VIDEO_FORMAT_AYUV64
|
||||
|| fmt == GST_VIDEO_FORMAT_GRAY8 || fmt == GST_VIDEO_FORMAT_GRAY16_BE
|
||||
|| GST_VIDEO_FORMAT_GRAY16_LE);
|
||||
|| fmt == GST_VIDEO_FORMAT_GRAY16_LE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue