summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 13:30:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 13:30:42 +0000
commit71de90f74085744d1c5ca35253eec003e41497a2 (patch)
tree637e6c2b6c2fa04da3d64864e0adcef30a0847dd /src/subtitle_asset.h
parent054cc86d5ba734c72780b07a772a55e3a7000a4f (diff)
Fix a couple of errors in Interop XML
Reported-by: Ivan Pullman
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 74ab9873..0598a296 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -161,6 +161,12 @@ public:
void write_xml () const;
Glib::ustring xml_as_string () const;
+protected:
+
+ std::string asdcp_kind () const {
+ return "Subtitle";
+ }
+
private:
std::string font_id_to_name (std::string id) const;