Browse Source

Unkernelise streams when recording is stopped

This is needed to reset the kernel stream indexes.

fixes #1048

Change-Id: If46c4f85a752c2ed64997e6c4a44625845f4cc87
pull/1057/head
Richard Fuchs 5 years ago
parent
commit
214f30e8cf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/recording.c

+ 2
- 0
daemon/recording.c View File

@ -620,6 +620,8 @@ void recording_finish(struct call *call) {
if (!call || !call->recording)
return;
__call_unkernelize(call);
struct recording *recording = call->recording;
_rm(finish, call);


Loading…
Cancel
Save