[channels,tsmf] fix function misnaming

This commit is contained in:
Armin Novak
2026-02-15 23:00:38 +01:00
parent 13616cc67e
commit 93dc6b8691

View File

@@ -18,6 +18,7 @@
*/
#include <freerdp/config.h>
#include <freerdp/utils/helpers.h>
#include <stdio.h>
#include <stdlib.h>
@@ -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)