From 74975e7e64a49331560cccf2ebfc57fe3df26b35 Mon Sep 17 00:00:00 2001 From: Antoine Tremblay Date: Thu, 27 Sep 2007 11:10:12 +0000 Subject: gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707. Original commit message from CVS: Patch by: Antoine Tremblay * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init), (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush), (gst_rtp_mp4v_pay_handle_buffer): * gst/rtp/gstrtpmp4vpay.h: Free the config string. Fixes #480707. Clean up the timestamp code a little. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f485971..83fffc1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-09-27 Wim Taymans + + Patch by: Antoine Tremblay + + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init), + (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush), + (gst_rtp_mp4v_pay_handle_buffer): + * gst/rtp/gstrtpmp4vpay.h: + Free the config string. Fixes #480707. + Clean up the timestamp code a little. + 2007-09-26 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), -- cgit