diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-04 23:34:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-04 23:34:11 +0100 |
| commit | 926aff7db1e5ad6c02743608e3792fdca39eea4a (patch) | |
| tree | ff35ec79b85c259f524ee7e44fd3b129ebf38adb /src/reel_asset.h | |
| parent | 8b72edd4068deaf4a9ea5e469475419898976a9d (diff) | |
Add basic CCAP support.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index d1d2e1b6..af367cd3 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -132,13 +132,13 @@ protected: /** @return the node name that this asset uses in the CPL's <Reel> node * e.g. MainPicture, MainSound etc. */ - virtual std::string cpl_node_name () const = 0; + virtual std::string cpl_node_name (Standard) const = 0; /** @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; + virtual std::pair<std::string, std::string> cpl_node_namespace (Standard) const; /** Reference to the asset (MXF or XML file) that this reel entry * applies to. |
