diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-08-21 16:04:47 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-08-21 16:04:47 +0000 |
commit | 214410b343fba930f12cc6244006646b27788e29 (patch) | |
tree | 80c159be31f56ee576ac3390a09b512b73f73871 /ChangeLog | |
parent | 332899b3b4155195b5d25d31ab078f9c5f811117 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |