mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
mxfmux: Don't let the header partition's prev_partition point forward to the footer
This commit is contained in:
parent
a1e240ca6b
commit
8b15b609d2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue