summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-01-04 22:19:18 -0500
committerirungentoo <irungentoo@gmail.com>2015-01-04 22:19:18 -0500
commit979b4bfb4810591cd339fe7c20067861a3041795 (patch)
treec1edf704ec1e6210475d931eed96162d684fa4fe
parentb68d7f0245a09be188eff63afa4a3041733b2238 (diff)
parent4f4967a45efa6e189af217ce0460c937e98c598a (diff)
Merge branch 'patch-1' of https://github.com/tux3/toxcore
-rw-r--r--toxav/toxav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 384ba360..f8605fd5 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -277,7 +277,7 @@ int toxav_prepare_transmission ( ToxAv *av, int32_t call_index, int support_vide
277 if (call->active) { 277 if (call->active) {
278 pthread_mutex_unlock(call->mutex); 278 pthread_mutex_unlock(call->mutex);
279 LOGGER_ERROR("Error while starting RTP session: call already active!\n"); 279 LOGGER_ERROR("Error while starting RTP session: call already active!\n");
280 return av_ErrorNoCall; 280 return av_ErrorAlreadyInCallWithPeer;
281 } 281 }
282 282
283 if (pthread_mutex_init(call->mutex_encoding_audio, NULL) != 0 283 if (pthread_mutex_init(call->mutex_encoding_audio, NULL) != 0