From 93dc6b86917aab9845b71e7208d181b30cdbe0bf Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Sun, 15 Feb 2026 23:00:38 +0100 Subject: [PATCH] [channels,tsmf] fix function misnaming --- channels/tsmf/client/pulse/tsmf_pulse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/channels/tsmf/client/pulse/tsmf_pulse.c b/channels/tsmf/client/pulse/tsmf_pulse.c index ed8e80778..787440299 100644 --- a/channels/tsmf/client/pulse/tsmf_pulse.c +++ b/channels/tsmf/client/pulse/tsmf_pulse.c @@ -18,6 +18,7 @@ */ #include +#include #include #include @@ -234,7 +235,7 @@ static BOOL tsmf_pulse_open_stream(TSMFPulseAudioDevice* pulse) DEBUG_TSMF(""); pa_threaded_mainloop_lock(pulse->mainloop); - pulse->stream = pa_stream_new(pulse->context, freerdp_ApplicationDetailsString(), + pulse->stream = pa_stream_new(pulse->context, freerdp_getApplicationDetailsString(), &pulse->sample_spec, NULL); if (!pulse->stream)