aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-playback.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 00:54:50 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 00:54:50 +0000
commit76f849f35e0f0e3291d76229db8891b9a50603cb (patch)
treed1645ce0b8f634cce44a3230a4dd368c7d620a3c /src/conversation/gnunet-helper-audio-playback.c
parentf3c7f9aa97c759ff56dc65c887b87be09da877c7 (diff)
downloadgnunet-76f849f35e0f0e3291d76229db8891b9a50603cb.tar.gz
gnunet-76f849f35e0f0e3291d76229db8891b9a50603cb.zip
-trying to play a bit with the options
Diffstat (limited to 'src/conversation/gnunet-helper-audio-playback.c')
-rw-r--r--src/conversation/gnunet-helper-audio-playback.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/conversation/gnunet-helper-audio-playback.c b/src/conversation/gnunet-helper-audio-playback.c
index 6b2a3df6d..c0ef217cd 100644
--- a/src/conversation/gnunet-helper-audio-playback.c
+++ b/src/conversation/gnunet-helper-audio-playback.c
@@ -221,8 +221,10 @@ context_state_callback (pa_context * c,
221 &stream_write_callback, 221 &stream_write_callback,
222 NULL); 222 NULL);
223 if ((p = 223 if ((p =
224 pa_stream_connect_playback (stream_out, NULL, NULL, 0, NULL, 224 pa_stream_connect_playback (stream_out, NULL,
225 NULL)) < 0) 225 NULL,
226 PA_STREAM_ADJUST_LATENCY | PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE,
227 NULL, NULL)) < 0)
226 { 228 {
227 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 229 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
228 _("pa_stream_connect_playback() failed: %s\n"), 230 _("pa_stream_connect_playback() failed: %s\n"),