[ACR-955] Update media-player error message with newly added 40/128440/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 10 May 2017 04:58:19 +0000 (13:58 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Wed, 10 May 2017 04:58:19 +0000 (13:58 +0900)
Change-Id: I3125a21c770d8adebf921d418d7a985253836d30

error_messages/capi-media-player.xml

index 1b18f91..1d18174 100644 (file)
                <value>TIZEN_ERROR_PLAYER | 0x2d</value>
                <msg>Socket connection lost</msg>
        </error>
+       <error name="PLAYER_ERROR_NOT_SUPPORTED_AUDIO_CODEC">
+               <value>TIZEN_ERROR_PLAYER | 0x2e</value>
+               <msg>Not supported audio codec but video can be played</msg>
+       </error>
+       <error name="PLAYER_ERROR_NOT_SUPPORTED_VIDEO_CODEC">
+               <value>TIZEN_ERROR_PLAYER | 0x30</value>
+               <msg>Not supported video codec but audio can be played</msg>
+       </error>
+       <error name="PLAYER_ERROR_NOT_SUPPORTED_SUBTITLE">
+               <value>TIZEN_ERROR_PLAYER | 0x31</value>
+               <msg>Not supported subtitle format</msg>
+       </error>
 </package>