video: Fix starvation of wl_buffer::release for video surface 31/252431/1 accepted/tizen/6.0/unified/hotfix/20210129.063659 submit/tizen_6.0_hotfix/20210128.060250
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2021 00:32:26 +0000 (09:32 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 28 Jan 2021 04:18:25 +0000 (04:18 +0000)
commit5a5e83f1ab148917ccc31281b77cf62b74cc36a6
tree708a164bdecf36899e4615470abf00d9927d4d30
parent51c72a1d76c7f71b0aef56e15fb8e788a1621be6
video: Fix starvation of wl_buffer::release for video surface

This change drops reference count on wl_buffer when null wl_buffer is
newly attached on wl_surface. It would eventually send
wl_buffer::release.

Change-Id: Iddc829e77889dc0317aaa69e9c01775a189abfdc
src/bin/video/iface/e_video_hwc.c
src/bin/video/iface/e_video_hwc_windows.c