diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 23:46:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 23:46:20 +0100 |
| commit | 2194158985f9c1300ffe24c7c6fb786cb39bbdb5 (patch) | |
| tree | c06bb8938330010901e283412479c6e3a6648311 /src/asset.cc | |
| parent | 3f96dedbdd7f232d10f7851eed37dd6d350332c7 (diff) | |
Tags -> Metadata
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/asset.cc b/src/asset.cc index 4a111a19..51339071 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -27,7 +27,7 @@ #include "KM_util.h" #include "asset.h" #include "util.h" -#include "tags.h" +#include "metadata.h" using namespace std; using namespace boost; @@ -74,9 +74,9 @@ Asset::write_to_assetmap (ostream& s) const void Asset::fill_writer_info (ASDCP::WriterInfo* writer_info) const { - writer_info->ProductVersion = Tags::instance()->product_version; - writer_info->CompanyName = Tags::instance()->company_name; - writer_info->ProductName = Tags::instance()->product_name.c_str(); + writer_info->ProductVersion = Metadata::instance()->product_version; + writer_info->CompanyName = Metadata::instance()->company_name; + writer_info->ProductName = Metadata::instance()->product_name.c_str(); writer_info->LabelSetType = ASDCP::LS_MXF_SMPTE; unsigned int c; |
