projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e4ffa
)
rtpsession: compute the average correctly scaled
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 13 Sep 2010 10:31:40 +0000
(12:31 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Mon, 13 Sep 2010 10:31:40 +0000
(12:31 +0200)
gst/rtpmanager/rtpsession.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/rtpsession.c
b/gst/rtpmanager/rtpsession.c
index 6348665feb8393d931d21a1b178037f27c0ac548..5403bc1616aa9bed20a7e166b0dd04aa16f3918e 100644
(file)
--- a/
gst/rtpmanager/rtpsession.c
+++ b/
gst/rtpmanager/rtpsession.c
@@
-80,7
+80,7
@@
enum
if ((avg) == 0) \
(avg) = (val) << 4; \
else \
- (avg) = ((val) + (15 * (avg)))
>> 4
;
+ (avg) = ((val) + (15 * (avg)));
/* The number RTCP intervals after which to timeout entries in the
* collision table