e_comp_wl_video: fix wrong argument passing 99/186999/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Fri, 17 Aug 2018 06:35:57 +0000 (15:35 +0900)
committerJunkyeong 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

index 9853f6e515c073a4bd3b0df51b152f9b728dbfa2..6283870c4089bd97812db3c5dafd3887e96f81c2 100644 (file)
@@ -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(toutput);
         if (layer)
           {
              tdm_layer_get_available_formats(layer, formats, count);