summaryrefslogtreecommitdiff
path: root/src/reel_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-19 13:14:03 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-19 13:15:34 +0200
commit5665c52ad16aaba050c34b8b391a3212e8cf85a8 (patch)
tree64e871b7fc816742bb244fc893968ef851cca852 /src/reel_asset.h
parent8f651dd82eb2724b776a67cee5b04af78783b546 (diff)
Rename write_to_cpl_base -> write_to_cpl_asset.
Diffstat (limited to 'src/reel_asset.h')
-rw-r--r--src/reel_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 072d55fd..07ddcc18 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -119,7 +119,7 @@ protected:
/** @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 (Standard) const;
- xmlpp::Node* write_to_cpl_base (xmlpp::Node* node, Standard standard, boost::optional<std::string> hash) const;
+ xmlpp::Node* write_to_cpl_asset (xmlpp::Node* node, Standard standard, boost::optional<std::string> hash) const;
int64_t _intrinsic_duration; ///< The &lt;IntrinsicDuration&gt; from the reel's entry for this asset
boost::optional<int64_t> _duration; ///< The &lt;Duration&gt; from the reel's entry for this asset, if present