From 2826212827b04ab9a9e26c2f057e45f0e6d6e14b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 Jun 2007 17:11:24 +0000 Subject: gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_data. Original commit message from CVS: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): Make sure we allocate enough memory for the codec_data. Fixes #447210. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd654ce0..f49eab09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-13 Wim Taymans + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): + Make sure we allocate enough memory for the codec_data. + Fixes #447210. + 2007-06-12 Sebastien Moutte * win32/MANIFEST: -- cgit