projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d020e7
)
e_pixmap: set format 0 to video buffer.
70/120570/1
author
Boram Park
<boram1288.park@samsung.com>
Thu, 23 Mar 2017 06:57:41 +0000
(15:57 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Thu, 23 Mar 2017 07:55:37 +0000
(16:55 +0900)
When gl is disable, the pixmap which has video buffer couldn't be refreshed.
Then video buffer couldn't be displayed on screen.
Change-Id: Ia7076a93af3056fce492a67be64574cbc128df30
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index 83128746467f75269ed2d9013ea886181a56e469..1c312c0328b0eacd2eec61090c4db3bd6a4c47fc 100644
(file)
--- a/
src/bin/e_pixmap.c
+++ b/
src/bin/e_pixmap.c
@@
-465,6
+465,8
@@
e_pixmap_refresh(E_Pixmap *cp)
&format);
else if (buffer->tbm_surface)
format = tbm_surface_get_format(buffer->tbm_surface);
+ else if (buffer->type == E_COMP_WL_BUFFER_TYPE_VIDEO)
+ format = 0;
else
return EINA_FALSE;