Revert "tizen_video: Add prototype protocol for Video & UI synchronization." 75/233075/2 accepted/tizen/unified/20200618.130046 submit/tizen/20200617.070953
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 12 May 2020 04:15:31 +0000 (13:15 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 17 Jun 2020 00:54:08 +0000 (00:54 +0000)
This reverts commit 05bf38fe313da7c4066baf6c2c38a78093108bf8.
The design for synchronization was changed.

Change-Id: Iea9b3e5da5e4afd549ad1ad965d298a7a9fda979

protocol/tizen/tizen-extension.xml

index cdb4f6a..1aaff61 100644 (file)
     </event>
   </interface>
 
-  <interface name="tizen_video" version="2">
+  <interface name="tizen_video" version="1">
 
     <description summary="interface for tizen-video">
       Clients can get the video information that the compositor can handle from this interface.
       </description>
     </request>
 
-    <request name="get_surface_provider" since="2">
-      <arg name="id" type="new_id" interface="tizen_video_surface_provider" />
-      <arg name="surface" type="object" interface="wl_surface" />
-    </request>
-
   </interface>
 
-  <interface name="tizen_video_surface_provider" version="1">
-
-    <request name="destroy" type="destructor">
-      <description summary="destroy the tizen_video_surface_provider object">
-        Notify the compositor that the tizen_video_surface_provider will no
-        longer be used.
-      </description>
-    </request>
-
-    <request name="set_sync_serial">
-      <arg name="serial" type="uint"/>
-    </request>
-
-    <event name="sync_done">
-      <arg name="serial" type="uint"/>
-    </event>
-
-  </interface>
-
-  <interface name="tizen_video_object" version="2">
+  <interface name="tizen_video_object" version="1">
 
     <event name="attribute">
       <arg name="name" type="string"/>
       </description>
     </request>
 
-    <request name="set_sync_serial" since="2">
-      <arg name="serial" type="uint" />
-    </request>
-
   </interface>
 
   <interface name="tizen_subsurface_watcher" version="1">