diff --git a/channels/audin/client/pulse/audin_pulse.c b/channels/audin/client/pulse/audin_pulse.c index 82981827c..bc6367d45 100644 --- a/channels/audin/client/pulse/audin_pulse.c +++ b/channels/audin/client/pulse/audin_pulse.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "audin_main.h" @@ -493,9 +494,9 @@ static UINT audin_pulse_parse_addin_args(AudinPulseDevice* pulse, const ADDIN_AR } while ((arg = CommandLineFindNextArgumentA(arg)) != NULL); if (!client_name) - client_name = "freerdp"; + client_name = freerdp_getApplicationDetailsString(); if (!stream_name) - stream_name = "freerdp_audin"; + stream_name = freerdp_getApplicationDetailsString(); pulse->client_name = _strdup(client_name); pulse->stream_name = _strdup(stream_name);