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:
ac978cd
)
clear e_pixmap after a video surface is committed
18/66218/1
accepted/tizen/common/20160418.141514
accepted/tizen/ivi/20160418.082741
accepted/tizen/mobile/20160418.082814
accepted/tizen/tv/20160418.082730
accepted/tizen/wearable/20160418.082719
submit/tizen/20160418.012522
author
Boram Park
<boram1288.park@samsung.com>
Mon, 18 Apr 2016 02:20:42 +0000
(11:20 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Mon, 18 Apr 2016 02:32:59 +0000
(11:32 +0900)
video image will be displayed by devicemgr
Change-Id: Id3257dca269d7f92a500106f31c3c1f1adec44ea
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index a3b98a8a76a220c9b00529f753869e6cebc8b817..cd8a582f55151ba1fad5715288d1f6ba9ed7c7c7 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2243,8
+2243,7
@@
_e_comp_wl_surface_state_commit(E_Client *ec, E_Comp_Wl_Surface_State *state)
}
#endif
- if (!state->buffer_viewport.changed &&
- (buffer && buffer->type == E_COMP_WL_BUFFER_TYPE_VIDEO) &&
+ if ((buffer && buffer->type == E_COMP_WL_BUFFER_TYPE_VIDEO) &&
e_comp->wl_comp_data->available_hw_accel.underlay)
e_pixmap_image_clear(ec->pixmap, 1);