diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-13 10:33:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-13 10:33:27 +0100 |
| commit | f40c9704ce44234558bba1ad15de42a50475f1e3 (patch) | |
| tree | 23b9351c4996fe19a3f455ffc0915bcea58b6830 /src/reel_asset.h | |
| parent | f7c73615a49d308040a4a5d40677ecab08c21841 (diff) | |
Various fixes to incorrect Atmos read/write wrt XML namespaces.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index c7c9f73e..1e826a33 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -122,11 +122,12 @@ protected: */ virtual std::string cpl_node_name () const = 0; - /** @return Any attribute that should be used on the asset's node in the - * CPL. - */ + /** @return Any attribute that should be used on the asset's node in the CPL */ virtual std::pair<std::string, std::string> cpl_node_attribute (Standard) const; + /** @return Any namespace that should be used on the asset's node in the CPL */ + virtual std::pair<std::string, std::string> cpl_node_namespace () const; + /** Reference to the asset (MXF or XML file) that this reel entry * applies to. */ |
