diff --git a/audio/out/ao_pulse.c b/audio/out/ao_pulse.c index dad21fe1f1..f97c1f1fdc 100644 --- a/audio/out/ao_pulse.c +++ b/audio/out/ao_pulse.c @@ -357,6 +357,8 @@ static int init(struct ao *ao) goto unlock_and_fail; } (void)pa_proplist_sets(proplist, PA_PROP_MEDIA_ROLE, "video"); + (void)pa_proplist_sets(proplist, PA_PROP_MEDIA_ICON_NAME, + PULSE_CLIENT_NAME); if (!(priv->stream = pa_stream_new_with_proplist(priv->context, "audio stream", &ss,