[svn-commits] oej: branch oej/chocolate-video-congestion-11 r433548 - /team/oej/chocolate-v...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 27 04:50:59 CDT 2015


Author: oej
Date: Fri Mar 27 04:50:55 2015
New Revision: 433548

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433548
Log:
Stuff. Just stuff.

Modified:
    team/oej/chocolate-video-congestion-11/res/res_rtp_asterisk.c

Modified: team/oej/chocolate-video-congestion-11/res/res_rtp_asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/chocolate-video-congestion-11/res/res_rtp_asterisk.c?view=diff&rev=433548&r1=433547&r2=433548
==============================================================================
--- team/oej/chocolate-video-congestion-11/res/res_rtp_asterisk.c (original)
+++ team/oej/chocolate-video-congestion-11/res/res_rtp_asterisk.c Fri Mar 27 04:50:55 2015
@@ -4582,8 +4582,8 @@
 			*/
 
 			/* IF this stream is marked for REMB, process the bandwidth estimator */
-			if (ast_rtp_instance_get_prop(rtp, AST_RTP_PROPERTY_RTCPFB_REMB)) {
-				ast_rtp_remb_estimate(rtp );
+			if (ast_rtp_instance_get_prop(instance, AST_RTP_PROPERTY_RTCPFB_REMB)) {
+				// ast_rtp_remb_estimate( );
 			}
 		}
 		if (rtp->lastrxts != timestamp) {
@@ -4606,7 +4606,7 @@
 			if (rtp->lastrxts_reuse == 1) {
 				ast_debug(1, " ===> Got single frame with a payload size (bytes) of %d. \n", (int) rtp->multi_payload_size);
 			} else {
-				ast_debug(1, " ===> Combined %d frames with an aggregated payload size (bytes) of %d. Transmission time %d millisecs\n", (int) lastrxts_reuse, (int) multi_payload_size, (int) transmissiontime);
+				ast_debug(1, " ===> Combined %d frames with an aggregated payload size (bytes) of %d. Transmission time %d millisecs\n", (int) rtp->lastrxts_reuse, (int) rtp->multi_payload_size, (int) transmissiontime);
 			}
 			/* Reset counters */
 			rtp->lastrxts_reuse = 0;




More information about the svn-commits mailing list