diff options
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 4073472e..40466ff3 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -74,14 +74,8 @@ ReelSoundAsset::key_type () const xmlpp::Node * ReelSoundAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const { - - if (key_id ()) { - /* Find <Hash> */ - xmlpp::Node* hash = find_child (asset, "Hash"); - asset->add_child_before(hash, "KeyId")->add_child_text("urn:uuid:" + key_id().get()); - } - xmlpp::Node* asset = write_to_cpl_asset (node, standard, hash()); + write_to_cpl_mxf (asset); return asset; } |
