projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df186d5
)
textoverlay: support shaded background for A420 format
author
Tim-Philipp Müller
<tim@centricular.net>
Sat, 22 Dec 2012 21:18:11 +0000
(21:18 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sat, 22 Dec 2012 21:18:11 +0000
(21:18 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=687817
ext/pango/gstbasetextoverlay.c
patch
|
blob
|
history
diff --git
a/ext/pango/gstbasetextoverlay.c
b/ext/pango/gstbasetextoverlay.c
index
627ee62
..
da19ef7
100644
(file)
--- a/
ext/pango/gstbasetextoverlay.c
+++ b/
ext/pango/gstbasetextoverlay.c
@@
-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: