aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Dexter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/Dexter.cpp')
-rw-r--r--src/output/Dexter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Dexter.cpp b/src/output/Dexter.cpp
index 9437ae6..ad4711c 100644
--- a/src/output/Dexter.cpp
+++ b/src/output/Dexter.cpp
@@ -401,7 +401,7 @@ void Dexter::transmit_frame(const struct FrameData& frame)
etiLog.level(debug) << "TIMESTAMP_STATE STREAMING 2";
}
- if (frame.ts.timestamp_refresh) {
+ if (m_require_timestamp_refresh) {
etiLog.level(debug) << "TIMESTAMP_STATE WAIT_FOR_UNDERRUN";
timestamp_state = timestamp_state_t::WAIT_FOR_UNDERRUN;
long long attr_value = 0;