set video_has flag for display window 68/147568/1
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 5 Sep 2017 02:57:47 +0000 (11:57 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Tue, 5 Sep 2017 03:00:53 +0000 (12:00 +0900)
 - add viedo_has flag.

[Version] 0.2.225
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I0225767b9597e000988e153709c586c1b81a1e55

packaging/libmm-wfd.spec
src/mm_wfd_sink_priv.c

index 2eb46759b47a4025c0056816802b393f2182996b..dffe4597b0dc180140a829efa89ac8c3bd852e12 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-wfd
 Summary:    Multimedia Framework Wifi-Display Library
-Version:    0.2.225
+Version:    0.2.226
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 4df74e034f5c59b39588c6b8e51a6c9858198a65..4f1fce065278b6ee809530077ed75003d43e517d 100644 (file)
@@ -4081,6 +4081,7 @@ static int __mm_wfd_sink_prepare_videosink(mm_wfd_sink_t *wfd_sink, GstElement *
                                                                        wl_window_width, wl_window_height);
 
                                        wl_window = elm_win_wl_window_get(obj);
+                                       ecore_wl_window_video_has(wl_window, EINA_TRUE);
                                        wl_surface = (struct wl_surface *) ecore_wl_window_surface_get(wl_window);
 
                                        /* get wl_display */