wtz_video_shell: Fix value of error enum 21/313421/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 17 Jun 2024 04:44:28 +0000 (13:44 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 17 Jun 2024 04:44:28 +0000 (13:44 +0900)
Change-Id: I9dc3b80e8832076a7857b7360c550f1726fc26dc

protocol/tizen/wtz-video-shell.xml

index 3bf19ca..95f11ce 100644 (file)
@@ -96,8 +96,8 @@
   <interface name="wtz_video_surface" version="1">
     <enum name="error">
       <entry name="source_exists" value="0" summary=""/>
-      <entry name="role" value="0" summary="given surface has another role"/>
-      <entry name="no_surface" value="0" summary="the wl_surface was destroyed"/>
+      <entry name="role" value="1" summary="given surface has another role"/>
+      <entry name="no_surface" value="2" summary="the wl_surface was destroyed"/>
     </enum>
 
     <request name="destroy" type="destructor">