summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-21 16:04:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-21 16:04:47 +0000
commit214410b343fba930f12cc6244006646b27788e29 (patch)
tree80c159be31f56ee576ac3390a09b512b73f73871 /ChangeLog
parent332899b3b4155195b5d25d31ab078f9c5f811117 (diff)
downloadgst-plugins-bad-214410b343fba930f12cc6244006646b27788e29.tar.gz
gst-plugins-bad-214410b343fba930f12cc6244006646b27788e29.tar.bz2
gst-plugins-bad-214410b343fba930f12cc6244006646b27788e29.zip
gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling.
Original commit message from CVS: * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_get_ts_diff): * gst/rtpmanager/rtpjitterbuffer.h: Fix undefined overflow prone ts_diff handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 243d58ca..04ff10bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-08-21 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtpmanager/rtpjitterbuffer.c:
+ (rtp_jitter_buffer_get_ts_diff):
+ * gst/rtpmanager/rtpjitterbuffer.h:
+ Fix undefined overflow prone ts_diff handling.
+
+2007-08-21 Wim Taymans <wim.taymans@gmail.com>
+
* gst/modplug/gstmodplug.cc:
Fix compiler warning.