diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-29 14:46:27 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-29 14:46:27 +0000 |
commit | f4508d302c4edb5f51374815c360b4bcc6b9f43d (patch) | |
tree | f2dcae1dcbc249f2636978a70c77af338380c547 /gst/rtpmanager/rtpstats.c | |
parent | fe2b1129ba42738cc38812afa70e7fdbee832331 (diff) | |
download | gst-plugins-bad-f4508d302c4edb5f51374815c360b4bcc6b9f43d.tar.gz gst-plugins-bad-f4508d302c4edb5f51374815c360b4bcc6b9f43d.tar.bz2 gst-plugins-bad-f4508d302c4edb5f51374815c360b4bcc6b9f43d.zip |
gst/rtpmanager/gstrtpsession.c: Remove debug.
Original commit message from CVS:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
Remove debug.
* gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
(rtp_session_process_sdes), (calculate_rtcp_interval),
(rtp_session_next_timeout), (session_report_blocks):
* gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
Improve debugging
Fix interval for BYE/RTCP packets.
Diffstat (limited to 'gst/rtpmanager/rtpstats.c')
-rw-r--r-- | gst/rtpmanager/rtpstats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpstats.c b/gst/rtpmanager/rtpstats.c index 1e18f45e..55cf2e05 100644 --- a/gst/rtpmanager/rtpstats.c +++ b/gst/rtpmanager/rtpstats.c @@ -56,7 +56,6 @@ rtp_stats_calculate_rtcp_interval (RTPSessionStats * stats, gboolean we_send, gdouble interval; gdouble rtcp_min_time; - /* Very first call at application start-up uses half the min * delay for quicker notification while still allowing some time * before reporting for randomization and to learn about other |