textoverlay: enable shaded background drawing for new IYU2 format

This commit is contained in:
Tim-Philipp Müller 2016-06-01 12:36:38 +01:00
parent abb88801e7
commit eb9750d96e

View file

@ -2160,6 +2160,7 @@ gst_base_text_overlay_shade_background (GstBaseTextOverlay * overlay,
case GST_VIDEO_FORMAT_UYVY:
case GST_VIDEO_FORMAT_YUY2:
case GST_VIDEO_FORMAT_v308:
case GST_VIDEO_FORMAT_IYU2:
gst_base_text_overlay_shade_packed_Y (overlay, frame, x0, x1, y0, y1);
break;
case GST_VIDEO_FORMAT_xRGB: