[ACR-955][player] modify the module error value 77/128577/2
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 10 May 2017 11:08:23 +0000 (20:08 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Wed, 10 May 2017 11:09:28 +0000 (20:09 +0900)
Change-Id: I468421fa07effeba2561b3c8f083d532a4d267c3

error_messages/capi-media-player.xml

index 1d18174..23cb91c 100644 (file)
                <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>
+               <value>TIZEN_ERROR_PLAYER | 0x2f</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>
+               <value>TIZEN_ERROR_PLAYER | 0x30</value>
                <msg>Not supported subtitle format</msg>
        </error>
 </package>