mxfmux: Use IndexSID of 2 instead of 1

Some tools complain if essence and index have the same SID.
This commit is contained in:
Sebastian Dröge 2016-01-29 17:02:01 +01:00
parent cd17ea1070
commit 5f3e444aff

View file

@ -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;
}