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:
c5d1c16
)
e_comp_wl_video: fix wrong argument passing
99/186999/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Fri, 17 Aug 2018 06:35:57 +0000
(15:35 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Fri, 17 Aug 2018 06:36:04 +0000
(15:36 +0900)
Change-Id: Ibfb3260f557c73178c9e4ad8ea5643e8a3541ceb
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_comp_wl_video.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl_video.c
b/src/bin/e_comp_wl_video.c
index 9853f6e515c073a4bd3b0df51b152f9b728dbfa2..6283870c4089bd97812db3c5dafd3887e96f81c2 100644
(file)
--- a/
src/bin/e_comp_wl_video.c
+++ b/
src/bin/e_comp_wl_video.c
@@
-414,7
+414,7
@@
_e_video_get_available_formats(const tbm_format **formats, int *count)
if (e_hwc_policy_get(output->hwc) != E_HWC_POLICY_WINDOWS)
{
/* get the first suitable layer */
- layer = _e_video_tdm_video_layer_get(output);
+ layer = _e_video_tdm_video_layer_get(
t
output);
if (layer)
{
tdm_layer_get_available_formats(layer, formats, count);