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)