Skip to content

Commit

Permalink
Fix initial pulseaudio volume.
Browse files Browse the repository at this point in the history
Fixes #9671.

Thanks to mythmm@elektromaniak.wz.cz for the report and patch
  • Loading branch information
jyavenard committed Mar 21, 2011
1 parent 53c9471 commit 68578e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audio/audiooutputpulse.cpp
Expand Up @@ -540,7 +540,7 @@ bool AudioOutputPulseAudio::ConnectPlaybackStream(void)
| PA_STREAM_NO_REMIX_CHANNELS;

pa_stream_connect_playback(pstream, NULL, &buffer_settings,
(pa_stream_flags_t)flags, &volume_control, NULL);
(pa_stream_flags_t)flags, NULL, NULL);

pa_context_state_t cstate;
pa_stream_state_t sstate;
Expand Down

0 comments on commit 68578e0

Please sign in to comment.