summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJayarama S. Santana <sundarsantana@gmail.com>2007-11-27 11:11:08 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-27 11:11:08 +0000
commitae6cf31baf75ba39774ad72d448e739f5f5f57d9 (patch)
treeaf5231f2e0582353166dbd387bc6bcaa4e8a58cf /ChangeLog
parenta7b160d8b1427887773437479084cf4af5ac036a (diff)
gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #499239 some more.
Original commit message from CVS: Patch by: Jayarama S. Santana <sundarsantana at gmail dot com> * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process): Fix wrong comparison in overrun check. Fixes #499239 some more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38a9b86c..6dc15a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-27 Wim Taymans <wim.taymans@gmail.com>
+
+ Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
+
+ * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
+ Fix wrong comparison in overrun check. Fixes #499239 some more.
+
2007-11-27 Edward Hervey <bilboed@bilboed.com>
* gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),