From e6643abc985000802efd25f650a1dbd819bc3d6a Mon Sep 17 00:00:00 2001 From: atomnuker Date: Fri, 4 Jul 2014 17:59:27 +0100 Subject: ao_pulse: set icon name Will replace the generic XDG video icon inherited from media role. --- audio/out/ao_pulse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio') 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, -- cgit v1.2.3