textoverlay: enable shaded background drawing for new IYU2 format
authorTim-Philipp Müller <tim@centricular.com>
Wed, 1 Jun 2016 11:36:38 +0000 (12:36 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 1 Jun 2016 11:36:38 +0000 (12:36 +0100)
ext/pango/gstbasetextoverlay.c

index c12d36a..d2cdc23 100644 (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: