mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mxfmux: Our body partition is always complete and closed
We have no metadata in it.
This commit is contained in:
parent
5f3e444aff
commit
2f40450d8e
1 changed files with 2 additions and 0 deletions
|
@ -1328,6 +1328,8 @@ gst_mxf_mux_write_body_partition (GstMXFMux * mux)
|
|||
GstBuffer *buf;
|
||||
|
||||
mux->partition.type = MXF_PARTITION_PACK_BODY;
|
||||
mux->partition.closed = TRUE;
|
||||
mux->partition.complete = TRUE;
|
||||
mux->partition.this_partition = mux->offset;
|
||||
mux->partition.prev_partition = 0;
|
||||
mux->partition.footer_partition = 0;
|
||||
|
|
Loading…
Reference in a new issue