FS-8864 set video ready on first push to avoid catch 22 on some video files

This commit is contained in:
Anthony Minessale 2016-02-29 17:00:42 -06:00
parent a2b806c01c
commit 041dc0a62d
1 changed files with 1 additions and 0 deletions

View File

@ -1393,6 +1393,7 @@ again:
}
#endif
context->vid_ready = 1;
switch_queue_push(context->eh.video_queue, img);
context->last_vid_push = switch_time_now();
}