mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
FS-8864 set video ready on first push to avoid catch 22 on some video files
This commit is contained in:
parent
a2b806c01c
commit
041dc0a62d
@ -1393,6 +1393,7 @@ again:
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
context->vid_ready = 1;
|
||||||
switch_queue_push(context->eh.video_queue, img);
|
switch_queue_push(context->eh.video_queue, img);
|
||||||
context->last_vid_push = switch_time_now();
|
context->last_vid_push = switch_time_now();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user