From b7325b2f64eb66da255b9cc28b2b70b96578883d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Mar 2015 22:07:14 +0100 Subject: ao_pulse: drop video role; fixes random muting The details are described in #1173. This "features" causes problems to users so often, it's better to remove it. Fixes #1173. --- audio/out/ao_pulse.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/out/ao_pulse.c') diff --git a/audio/out/ao_pulse.c b/audio/out/ao_pulse.c index fd5e006172..292161eb7f 100644 --- a/audio/out/ao_pulse.c +++ b/audio/out/ao_pulse.c @@ -419,7 +419,6 @@ static int init(struct ao *ao) MP_ERR(ao, "Failed to allocate proplist\n"); goto unlock_and_fail; } - (void)pa_proplist_sets(proplist, PA_PROP_MEDIA_ROLE, "video"); (void)pa_proplist_sets(proplist, PA_PROP_MEDIA_ICON_NAME, ao->client_name); pa_format_info_set_rate(format, ao->samplerate); -- cgit v1.2.3