]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10138
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 15 Mar 2017 23:15:31 +0000 (18:15 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 15 Mar 2017 23:15:31 +0000 (18:15 -0500)
src/mod/applications/mod_conference/conference_file.c

index caea29b2ba081b51919d1885c8ca9322d41e0645..b9e66f7ba374bf764588ac5b7e89dcc824c5ceed 100644 (file)
@@ -95,6 +95,12 @@ switch_status_t conference_file_close(conference_obj_t *conference, conference_f
                conference->canvases[node->canvas_id]->send_keyframe = 1;
                conference->playing_video_file = 0;
        }
+
+       if (conference->overlay_video_file) {
+               conference->canvases[node->canvas_id]->send_keyframe = 1;
+               conference->overlay_video_file = 0;
+       }
+
        return switch_core_file_close(&node->fh);
 }