Add some new channels to the enum.
[libdcp.git] / src / reel.cc
index 036147d683a924738aa62ac50195a0faa0d43121..453a3163184d182ad0403153de9c96f225df5f88 100644 (file)
@@ -119,7 +119,7 @@ void
 Reel::write_to_cpl (xmlpp::Element* node, Standard standard) const
 {
        xmlpp::Element* reel = node->add_child ("Reel");
-       reel->add_child("Id")->add_child_text ("urn:uuid:" + make_uuid());
+       reel->add_child("Id")->add_child_text("urn:uuid:" + _id);
        xmlpp::Element* asset_list = reel->add_child ("AssetList");
 
        if (_main_markers) {