mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
textoverlay: support shaded background for A420 format
https://bugzilla.gnome.org/show_bug.cgi?id=687817
This commit is contained in:
parent
df186d5240
commit
df8e7f14a8
1 changed files with 1 additions and 0 deletions
|
@ -1653,6 +1653,7 @@ gst_base_text_overlay_shade_background (GstBaseTextOverlay * overlay,
|
|||
case GST_VIDEO_FORMAT_YUV9:
|
||||
case GST_VIDEO_FORMAT_YVU9:
|
||||
case GST_VIDEO_FORMAT_GRAY8:
|
||||
case GST_VIDEO_FORMAT_A420:
|
||||
gst_base_text_overlay_shade_planar_Y (overlay, frame, x0, x1, y0, y1);
|
||||
break;
|
||||
case GST_VIDEO_FORMAT_AYUV:
|
||||
|
|
Loading…
Reference in a new issue