[Pkg-voip-commits] [janus] 232/282: Reverted g_async_queue_push_front to g_async_queue_push (which needs glib 2.46 that may be too recent)

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 032af60ab3560201de5b74da31e3067ef29318be
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Thu Nov 30 16:24:20 2017 +0100

    Reverted g_async_queue_push_front to g_async_queue_push (which needs glib 2.46 that may be too recent)
---
 ice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ice.c b/ice.c
index 3b469bd..8c79cb0 100644
--- a/ice.c
+++ b/ice.c
@@ -1243,7 +1243,7 @@ void janus_ice_webrtc_hangup(janus_ice_handle *handle, const char *reason) {
 		handle->hangup_reason = reason;
 	}
 	if(handle->queued_packets != NULL)
-		g_async_queue_push_front(handle->queued_packets, &janus_ice_dtls_alert);
+		g_async_queue_push(handle->queued_packets, &janus_ice_dtls_alert);
 	/* Get rid of the loop */
 	if(handle->send_thread == NULL) {
 		if(handle->iceloop != NULL) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list