From 28be655e11f2ac6ea62e7c1a861a2aaa4397ce50 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 Nov 2007 19:17:10 +0000 Subject: 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 * 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d02b12d2..d83a26fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-26 Wim Taymans + + Based on Path by: Jayarama S. Santana + + * 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 * gst/level/gstlevel.c: -- cgit