Browse Source

Unkernelise streams when recording is stopped

This is needed to reset the kernel stream indexes.

fixes #1048

Change-Id: If46c4f85a752c2ed64997e6c4a44625845f4cc87
(cherry picked from commit 214f30e8cf)
mr8.5.3
Richard Fuchs 6 years ago
parent
commit
0ec4491379
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) if (!call || !call->recording)
return; return;
__call_unkernelize(call);
struct recording *recording = call->recording; struct recording *recording = call->recording;
_rm(finish, call); _rm(finish, call);


Loading…
Cancel
Save