diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c index c1f1661c96..7f8c58a5e3 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/va/gstvavideoformat.c @@ -75,7 +75,7 @@ static struct FormatMap /* F (????, IMC3), */ /* F (????, 411P), */ /* F (????, 411R), */ - /* F (????, 422H), */ + G (Y42B, ('4', '2', '2', 'H'), YUV422, LSB, 16), /* F (????, 422V), */ /* F (????, 444P), */ G (RGBP, ('R', 'G', 'B', 'P'), RGBP, LSB, 8),