summaryrefslogtreecommitdiff
path: root/src/reel_interop_text_asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_interop_text_asset.cc')
-rw-r--r--src/reel_interop_text_asset.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/reel_interop_text_asset.cc b/src/reel_interop_text_asset.cc
index 4e0f45c8..c43cf37b 100644
--- a/src/reel_interop_text_asset.cc
+++ b/src/reel_interop_text_asset.cc
@@ -70,9 +70,9 @@ string
ReelInteropTextAsset::cpl_node_name() const
{
switch (_type) {
- case TextType::SUBTITLE:
+ case TextType::OPEN_SUBTITLE:
return "MainSubtitle";
- case TextType::CAPTION:
+ case TextType::CLOSED_CAPTION:
return "cc-cpl:MainClosedCaption";
}
@@ -85,9 +85,9 @@ pair<string, string>
ReelInteropTextAsset::cpl_node_namespace() const
{
switch (_type) {
- case TextType::SUBTITLE:
+ case TextType::OPEN_SUBTITLE:
return {};
- case TextType::CAPTION:
+ case TextType::CLOSED_CAPTION:
return make_pair("http://www.digicine.com/PROTO-ASDCP-CC-CPL-20070926#", "cc-cpl");
}