jpegparse: Add YUV440 sampling support.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 16 Jun 2022 15:02:43 +0000 (17:02 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 22 Jun 2022 18:44:11 +0000 (18:44 +0000)
commit56f9359136fa183a4a6700496fc603b130405231
treed33df1aab3b386f1a5fe2410c80efee150dd7dd0
parent4068564880988c442d7bc56786683e3b512ae0e9
jpegparse: Add YUV440 sampling support.

Found some samples with this sampling, so in order to support it,
JPEG2000 header cannot be used anymore, a this patch also adds the
enums for each supported colorspace and sampling, avoiding hacks.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2641>
subprojects/gst-plugins-bad/gst/jpegformat/gstjpegparse.c