[Pkg-voip-commits] [janus] 274/282: Fixed event sent to handlers related to simulcast video streams

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:48 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 3d4a319fee33c01e8a66a9bd92523ffecc32b9e0
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Dec 18 19:17:25 2017 +0100

    Fixed event sent to handlers related to simulcast video streams
---
 ice.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ice.c b/ice.c
index 1ad8fb2..49fc073 100644
--- a/ice.c
+++ b/ice.c
@@ -3681,7 +3681,6 @@ void *janus_ice_send_thread(void *data) {
 							json_object_set_new(info, "media", json_string("video-sim1"));
 						else
 							json_object_set_new(info, "media", json_string("video-sim2"));
-						json_object_set_new(info, "media", json_string("video"));
 						json_object_set_new(info, "base", json_integer(stream->video_rtcp_ctx[vindex]->tb));
 						json_object_set_new(info, "lsr", json_integer(janus_rtcp_context_get_lsr(stream->video_rtcp_ctx[vindex])));
 						json_object_set_new(info, "lost", json_integer(janus_rtcp_context_get_lost_all(stream->video_rtcp_ctx[vindex], FALSE)));

-- 
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