tizen_video: set version to 1 91/130991/1
authorBoram Park <boram1288.park@samsung.com>
Tue, 23 May 2017 08:16:21 +0000 (17:16 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 23 May 2017 09:07:09 +0000 (18:07 +0900)
Change-Id: I02208e8de06d357461cb3a07dd7715454572af29

protocol/tizen-extension.xml

index e315b6f..4202756 100755 (executable)
     </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.
 
   </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="allowed_attribute" since="2">
+    <request name="allowed_attribute">
       <description summary="allowed_attribute">
         If tizen_video_object.allowed_attribute is applied to a video_object,
         set_attribute request will be deliever to tdm backend directly.
       </description>
     </request>
 
-    <request name="disallowed_attribute" since="2">
+    <request name="disallowed_attribute">
       <description summary="disallowed_attribute">
         If tizen_video_object.disallowed_attribute is applied to a video_object,
         It would be tdm_attribute call when topmost showing.