summaryrefslogtreecommitdiff
path: root/src/AS_02_IAB.cpp
diff options
context:
space:
mode:
authormilla <marc.illa@dolby.com>2021-05-27 12:51:11 +0200
committermilla <marc.illa@dolby.com>2021-06-03 14:17:55 +0200
commit80ffd696131b27eacedb26e7f2dc9737ecffbd2f (patch)
treef9dbf29291d355aba42011e6ab9709d2e5e50e76 /src/AS_02_IAB.cpp
parentd70b516b0ab5853984621237f3c4d9c372a62636 (diff)
As result state is ambiguous, log it where it is returned
Diffstat (limited to 'src/AS_02_IAB.cpp')
-rw-r--r--src/AS_02_IAB.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AS_02_IAB.cpp b/src/AS_02_IAB.cpp
index 732ef08..2fe504b 100644
--- a/src/AS_02_IAB.cpp
+++ b/src/AS_02_IAB.cpp
@@ -89,6 +89,7 @@ AS_02::IAB::MXFWriter::OpenWrite(
/* are we already running */
if (this->m_State != ST_BEGIN) {
+ KM_RESULT_STATE_HERE();
return Kumu::RESULT_STATE;
}
@@ -273,6 +274,7 @@ AS_02::IAB::MXFWriter::Finalize() {
}
if (this->m_State != ST_RUNNING)
{
+ KM_RESULT_STATE_HERE();
return RESULT_STATE;
}
@@ -370,6 +372,7 @@ AS_02::IAB::MXFReader::OpenRead(const std::string& filename) {
/* are we already running */
if (this->m_State != ST_READER_BEGIN) {
+ KM_RESULT_STATE_HERE();
return Kumu::RESULT_STATE;
}