mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
mxfmux: Fix EOS logic again
This commit is contained in:
parent
8692ae2a9d
commit
18f8c9b0b4
1 changed files with 3 additions and 2 deletions
|
@ -1150,10 +1150,11 @@ gst_mxf_mux_handle_eos (GstMXFMux * mux)
|
|||
best = cpad;
|
||||
break;
|
||||
}
|
||||
} else if (have_data && !l->next) {
|
||||
}
|
||||
|
||||
if (have_data && !l->next) {
|
||||
mux->last_gc_position++;
|
||||
mux->last_gc_timestamp = next_gc_timestamp;
|
||||
have_data = FALSE;
|
||||
best = NULL;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue