diff options
| author | Antoine Tremblay <hexa00@gmail.com> | 2007-09-27 11:10:12 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-09-27 11:10:12 +0000 |
| commit | 74975e7e64a49331560cccf2ebfc57fe3df26b35 (patch) | |
| tree | 58fc5f1154691c4c4f2d0cea55575f1c1ec32588 /ChangeLog | |
| parent | 4683ff80d3a9535f92708a8966c3d2793294ee48 (diff) | |
gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.
Original commit message from CVS:
Patch by: Antoine Tremblay <hexa00 at gmail dot com>
* 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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-09-27 Wim Taymans <wim.taymans@gmail.com> + + Patch by: Antoine Tremblay <hexa00 at gmail dot com> + + * 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 <wim.taymans@gmail.com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), |
