diff options
| author | mschroffel <mschroffel@cinecert.com> | 2014-10-01 21:27:52 +0000 |
|---|---|---|
| committer | mschroffel <> | 2014-10-01 21:27:52 +0000 |
| commit | 80490136d3f872d162670e616827033fdd1be09d (patch) | |
| tree | 3dbf916574a2e370cc8d406b72577dbcaca609de /src/ST2052_TextParser.cpp | |
| parent | 4e702586c01e263e547c0a2a64859326d37fc022 (diff) | |
version bump
Diffstat (limited to 'src/ST2052_TextParser.cpp')
| -rw-r--r-- | src/ST2052_TextParser.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ST2052_TextParser.cpp b/src/ST2052_TextParser.cpp index 312c9d9..9a8dd2a 100644 --- a/src/ST2052_TextParser.cpp +++ b/src/ST2052_TextParser.cpp @@ -38,8 +38,7 @@ using namespace ASDCP; using Kumu::DefaultLogSink; -// TODO: -const char* c_dcst_namespace_name = "http://www.smpte-ra.org/schemas/428-7/2007/DCST"; +const char* c_tt_namespace_name = "http://www.smpte-ra.org/schemas/2052-1/2010/smpte-tt"; //------------------------------------------------------------------------------------------ @@ -122,8 +121,8 @@ AS_02::TimedText::ST2052_TextParser::h__TextParser::OpenRead() if ( ns == 0 ) { - DefaultLogSink(). Warn("Document has no namespace name, assuming %s\n", c_dcst_namespace_name); - m_TDesc.NamespaceName = c_dcst_namespace_name; + DefaultLogSink(). Warn("Document has no namespace name, assuming %s\n", c_tt_namespace_name); + m_TDesc.NamespaceName = c_tt_namespace_name; } else { |
