mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 21:31:51 +00:00
FS-8864 set video ready on first push to avoid catch 22 on some video files
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user