summaryrefslogtreecommitdiff
path: root/src/sound_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 16:33:43 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 16:33:43 +0100
commit0e7591e3bf95d4abe08d854850b6fc4e411586b0 (patch)
treee65ea79ca879d62051f46fae8686f71620a87d3e /src/sound_asset.cc
parenteaac013b4e68dea48fb2c3070b7c7ca59dfd1b96 (diff)
Various testing tweaks.
Diffstat (limited to 'src/sound_asset.cc')
-rw-r--r--src/sound_asset.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc
index 873b4755..0b22b4f5 100644
--- a/src/sound_asset.cc
+++ b/src/sound_asset.cc
@@ -120,9 +120,9 @@ void
SoundAsset::write_to_cpl (ostream& s) const
{
s << " <MainSound>\n"
- << " <Id>" << _uuid << "</Id>\n"
+ << " <Id>urn:uuid:" << _uuid << "</Id>\n"
<< " <AnnotationText>" << filesystem::path(_mxf_path).filename() << "</AnnotationText>\n"
- << " <EditRate>" << _fps << "</EditRate>\n"
+ << " <EditRate>" << _fps << " 1</EditRate>\n"
<< " <IntrinsicDuration>" << _length << "</IntrinsicDuration>\n"
<< " <EntryPoint>0</EntryPoint>\n"
<< " <Duration>" << _length << "</Duration>\n"