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:
3d57d6e
)
video: Removed video buffer from queue before appending it if it's been already appended.
12/211212/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Mon, 27 May 2019 07:40:57 +0000
(16:40 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 31 Jul 2019 07:10:17 +0000
(16:10 +0900)
Change-Id: Ifa79aa90d4f1458e5a4496b83659e7a096c257f6
src/bin/video/iface/e_video_hwc.c
patch
|
blob
|
history
diff --git
a/src/bin/video/iface/e_video_hwc.c
b/src/bin/video/iface/e_video_hwc.c
index 568e585e68aba4639fdbc4230eda2c672000bc58..cc40a2bd05e133c3b848e98ca774e6a53a5807ef 100644
(file)
--- a/
src/bin/video/iface/e_video_hwc.c
+++ b/
src/bin/video/iface/e_video_hwc.c
@@
-629,6
+629,8
@@
_e_video_hwc_current_fb_update(E_Video_Hwc *evh)
static void
_e_video_hwc_buffer_enqueue(E_Video_Hwc *evh, E_Comp_Wl_Video_Buf *vbuf)
{
+ /* Remove enqueued video buffer first. */
+ evh->bqueue = eina_list_remove(evh->bqueue, vbuf);
evh->bqueue = eina_list_append(evh->bqueue, vbuf);
VDB("There are waiting fbs more than 1", evh->ec);
}