summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-11-26 19:17:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-26 19:17:10 +0000
commit28be655e11f2ac6ea62e7c1a861a2aaa4397ce50 (patch)
treede058c0353086e1e37a79abd52e3301562e0aade /ChangeLog
parentd37e93af90082a0b30640bc278bb11994fa63636 (diff)
gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside one RTP packet.
Original commit message from CVS: Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com> * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process): * gst/rtp/gstrtpmp4adepay.h: Fix depayloading when multiple frames are inside one RTP packet. Fixes #499239.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d02b12d2..d83a26fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-26 Wim Taymans <wim.taymans@gmail.com>
+
+ Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
+
+ * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
+ (gst_rtp_mp4a_depay_process):
+ * gst/rtp/gstrtpmp4adepay.h:
+ Fix depayloading when multiple frames are inside one RTP packet.
+ Fixes #499239.
+
2007-11-26 Stefan Kost <ensonic@users.sf.net>
* gst/level/gstlevel.c: