mxfmux: Don't let the header partition's prev_partition point forward to the footer
This commit is contained in:
parent
a1e240ca6b
commit
8b15b609d2
@ -1336,7 +1336,7 @@ gst_mxf_mux_handle_eos (GstMXFMux * mux)
|
||||
mux->partition.closed = TRUE;
|
||||
mux->partition.complete = TRUE;
|
||||
mux->partition.this_partition = 0;
|
||||
mux->partition.prev_partition = footer_partition;
|
||||
mux->partition.prev_partition = 0;
|
||||
mux->partition.footer_partition = footer_partition;
|
||||
mux->partition.header_byte_count = 0;
|
||||
mux->partition.index_byte_count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user