From e5fb1759b16d2c99487acc4fb0a2711afa3aa1dc Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 24 Jan 2023 16:39:52 +1100 Subject: Add a bunch of logging from playback stream investigatons --- src/audio/include/audio_element_handle.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio/include/audio_element_handle.hpp') diff --git a/src/audio/include/audio_element_handle.hpp b/src/audio/include/audio_element_handle.hpp index adb26baa..e4d66491 100644 --- a/src/audio/include/audio_element_handle.hpp +++ b/src/audio/include/audio_element_handle.hpp @@ -33,7 +33,7 @@ class AudioElementHandle { std::unique_ptr task_; std::shared_ptr element_; - auto MonitorUtilState(eTaskState desired) -> void; + auto MonitorUntilState(eTaskState desired) -> void; auto SetStateAndWakeUp(ElementState state) -> void; auto WakeUpTask() -> void; }; -- cgit v1.2.3