From 56e046c3390a15aab4baddb502a490bb4505942a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Oct 2022 22:10:30 +0200 Subject: Rework timestamp_refresh Since we have the 'timestamp in the past' warning refresh requests can be lost --- src/output/Soapy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/Soapy.cpp') diff --git a/src/output/Soapy.cpp b/src/output/Soapy.cpp index f138e9a..684a9a4 100644 --- a/src/output/Soapy.cpp +++ b/src/output/Soapy.cpp @@ -311,7 +311,7 @@ void Soapy::transmit_frame(const struct FrameData& frame) const bool eob_because_muting = m_conf.muting; const bool end_of_burst = eob_because_muting or ( frame.ts.timestamp_valid and - frame.ts.timestamp_refresh and + m_require_timestamp_refresh and samps_to_send <= mtu ); int flags = 0; -- cgit v1.2.3