e_comp_wl_video: do not set to delay
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 26 Dec 2018 10:08:37 +0000 (19:08 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
Change-Id: I0617c3ccb66f5fa9b0f8bd74de80eea5b6f98641

src/bin/video/e_comp_wl_video.c

index 01d81ebc94b7d617556c91ba61115874c95bf0ce..c4623707e5964689a81b4e4372968f7c2b5d3544 100644 (file)
@@ -281,15 +281,7 @@ _e_comp_wl_video_object_cb_set_attribute(struct wl_client *client,
      }
 
    v.u32 = value;
-   if ((!_e_video_is_visible(video)) &&
-       /* if mute off, need to do it after buffer commit */
-       ((!strncmp(name, "mute", TDM_NAME_LEN)) && (value == 0)))
-     {
-        e_client_video_property_delay_set(video->ec, id, v);
-        return;
-     }
-   else
-     e_client_video_property_set(video->ec, id, v);
+   e_client_video_property_set(video->ec, id, v);
 }
 
 static void