mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
mxfmux: Use IndexSID of 2 instead of 1
Some tools complain if essence and index have the same SID.
This commit is contained in:
parent
cd17ea1070
commit
5f3e444aff
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ gst_mxf_mux_create_metadata (GstMXFMux * mux)
|
|||
|
||||
cstorage->essence_container_data[0]->linked_package =
|
||||
MXF_METADATA_SOURCE_PACKAGE (cstorage->packages[1]);
|
||||
cstorage->essence_container_data[0]->index_sid = 1;
|
||||
cstorage->essence_container_data[0]->index_sid = 2;
|
||||
cstorage->essence_container_data[0]->body_sid = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue