[Pkg-voip-commits] [janus] 247/282: Fixed typo (double check)
Jonas Smedegaard
dr at jones.dk
Wed Dec 20 21:53:45 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 dc81819df6618007075128d68030dfbbf8363ab2
Author: Lorenzo Miniero <lminiero at gmail.com>
Date: Mon Dec 4 12:37:02 2017 +0100
Fixed typo (double check)
---
ice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ice.c b/ice.c
index 9518d47..f7620f0 100644
--- a/ice.c
+++ b/ice.c
@@ -3478,7 +3478,7 @@ void *janus_ice_send_thread(void *data) {
/* First of all, let's see if everything's fine on the recv side */
gint64 now = janus_get_monotonic_time();
if(no_media_timer > 0 && now-before >= G_USEC_PER_SEC) {
- if(handle->audio_stream && handle->audio_stream->rtp_component && handle->audio_stream->rtp_component) {
+ if(handle->audio_stream && handle->audio_stream->rtp_component) {
janus_ice_component *component = handle->audio_stream->rtp_component;
janus_ice_stats_item *last = (janus_ice_stats_item *)(component->in_stats.audio_bytes_lastsec ? g_queue_peek_tail(component->in_stats.audio_bytes_lastsec) : NULL);
if(!component->in_stats.audio_notified_lastsec && last && now-last->when >= (gint64)no_media_timer*G_USEC_PER_SEC) {
--
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