Skip to content
Snippets Groups Projects
Commit 9838b089 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

video: fix incoming video for iOS

During incoming calls to iOS, video input failed to open sometimes.
It happens for two reasons:
1. Stopped by interrupt callback.
2. Keyframe callback was set two late.

This patch:
1. Completes decoder configuration after video loop start running.
2. Sets keyframe callback for video session before starting.

Change-Id: I00e1ace06a78ab2ec2fb3ce6fe6a5991c6593318
parent 0d704562
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment