提交 bdfee90f 编写于 作者: D dongxinli

avpalyer.state is idle

Signed-off-by: Ndongxinli <dongxinli@huawei.com>
上级 cf2d6ef8
......@@ -2168,6 +2168,7 @@ export async function testAVPlayerFun(src, avPlayer, playTest, playTime, done) {
if (typeof(video) != 'undefined') {
console.info('case createAVPlayer success');
avPlayer = video;
expect(avPlayer.state).assertEqual('idle');
} else {
console.error('case createAVPlayer failed');
expect().assertFail();
......
......@@ -138,6 +138,7 @@ export default function AVPlayerLocalTest() {
if (typeof (video) != 'undefined') {
console.info('case createAVPlayer success');
avPlayer = video;
expect(avPlayer.state).assertEqual('idle');
setAVPlayerTrackCb(avPlayer, descriptionKey, descriptionValue, done)
setSource(avPlayer, src);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册