Skip to content

Commit

Permalink
ao_pulse: drop video role; fixes random muting
Browse files Browse the repository at this point in the history
The details are described in #1173.

This "features" causes problems to users so often, it's better to remove
it.

Fixes #1173.
  • Loading branch information
wm4 committed Mar 24, 2015
1 parent 08df18a commit b7325b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audio/out/ao_pulse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b7325b2

Please sign in to comment.