aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-helper-audio-playback-gst.c2
-rw-r--r--src/conversation/test_conversation.conf8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/conversation/gnunet-helper-audio-playback-gst.c b/src/conversation/gnunet-helper-audio-playback-gst.c
index 48f0c5b48..f1e1e773d 100644
--- a/src/conversation/gnunet-helper-audio-playback-gst.c
+++ b/src/conversation/gnunet-helper-audio-playback-gst.c
@@ -180,7 +180,7 @@ feed_buffer_to_gst (const char *audio, size_t b_len)
180 "Feeding %u bytes to GStreamer\n", 180 "Feeding %u bytes to GStreamer\n",
181 (unsigned int) b_len); 181 (unsigned int) b_len);
182 182
183 bufspace = g_memdup (audio, b_len); 183 bufspace = g_memdup2 (audio, b_len);
184 b = gst_buffer_new_wrapped (bufspace, b_len); 184 b = gst_buffer_new_wrapped (bufspace, b_len);
185 if (NULL == b) 185 if (NULL == b)
186 { 186 {
diff --git a/src/conversation/test_conversation.conf b/src/conversation/test_conversation.conf
index e77b41003..a2f768713 100644
--- a/src/conversation/test_conversation.conf
+++ b/src/conversation/test_conversation.conf
@@ -4,5 +4,13 @@
4LINE=1 4LINE=1
5#PREFIX = valgrind 5#PREFIX = valgrind
6 6
7[zonemaster-monitor]
8IMMEDIATE_START = YES
9START_ON_DEMAND = YES
10
11[zonemaster]
12IMMEDIATE_START = YES
13START_ON_DEMAND = YES
14
7[nse] 15[nse]
8WORKBITS = 0 16WORKBITS = 0