diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 18:46:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 18:46:32 +0000 |
| commit | a7dac85af6f24851079d0a91823b4725be7d6fa1 (patch) | |
| tree | f10dacb4bde689a4342535edf171219e71eeb4d3 /src | |
| parent | 8e663fa7936def45e5d9addb21180b13d26cf22c (diff) | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc index f6642d9c..d51b78fd 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -60,7 +60,7 @@ Asset::write_to_pkl (xmlpp::Node* node, bool interop) const asset->add_child("Hash")->add_child_text (digest ()); asset->add_child("Size")->add_child_text (lexical_cast<string> (filesystem::file_size(path()))); if (interop) { - asset->add_child("Type")->add_child (String::compose ("application/x-smpte-mxf;asdcpKind=%1", asdcp_kind ())); + asset->add_child("Type")->add_child_text (String::compose ("application/x-smpte-mxf;asdcpKind=%1", asdcp_kind ())); } else { asset->add_child("Type")->add_child_text ("application/mxf"); } |
