Skip to content

Commit

Permalink
Merge pull request #113 from CyBHFal/rtpp_2_1
Browse files Browse the repository at this point in the history
Error in backport to correct issue #111
  • Loading branch information
sobomax authored Aug 14, 2020
2 parents fc548ee + dad778c commit 146c491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rtpp_proc_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ rtpp_proc_async_run(void *arg)
CALL_METHOD(cf->stable->sessinfo, sync_polltbl, &ptbl_rtp, PIPE_RTP);
if (rtp_only == 0) {
CALL_METHOD(cf->stable->sessinfo, sync_polltbl, &ptbl_rtcp, PIPE_RTCP);
}
nready_rtp = nready_rtcp = 0;
if (ptbl_rtp.curlen > 0) {
if (rtp_only == 0) {
#if RTPP_DEBUG_netio > 1
RTPP_LOG(cf->stable->glog, RTPP_LOG_DBUG, "run %lld " \
"polling for %d RTCP file descriptors", \
Expand Down

0 comments on commit 146c491

Please sign in to comment.