MT#55283 create mix output only after tag is known

Change-Id: I3051cdad8170e6513f13d8ca12f941ca17aeaef9
pull/1967/head
Richard Fuchs 6 months ago
parent 836423e33c
commit 0dbbc9467f

@ -92,7 +92,7 @@ static void meta_destroy(metafile_t *mf) {
static void meta_mix_output(metafile_t *mf) {
LOCK(&mf->mix_lock);
if (!output_enabled || !output_mixed || !mf->recording_on) {
if (!output_enabled || !output_mixed || !mf->recording_on || !mf->random_tag) {
mix_destroy(mf->mix);
mf->mix = NULL;
return;

Loading…
Cancel
Save