diff options
| author | jp.liu <jp_liu@astrocom.cn> | 2007-02-14 15:24:50 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-02-14 15:24:50 +0000 |
| commit | 6021b924655550c1b8f185920452c64665a04cf4 (patch) | |
| tree | 94c821f582bcdb215654333a15db4d086d3d5044 /ChangeLog | |
| parent | d08a7da76b99ebe6c67ba3a76aaaa346298f0b09 (diff) | |
gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793.
Original commit message from CVS:
* gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
(sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
(sdp_key_init), (sdp_attribute_init), (sdp_message_init),
(sdp_message_uninit), (sdp_message_free), (sdp_media_init),
(sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
(sdp_parse_line):
* gst/rtsp/sdpmessage.h:
Based on patch by: jp.liu <jp_liu at astrocom dot cn>
Fix memory management of SDP messages. Fixes #407793.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-02-14 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init), + (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init), + (sdp_key_init), (sdp_attribute_init), (sdp_message_init), + (sdp_message_uninit), (sdp_message_free), (sdp_media_init), + (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media), + (sdp_parse_line): + * gst/rtsp/sdpmessage.h: + Based on patch by: jp.liu <jp_liu at astrocom dot cn> + Fix memory management of SDP messages. Fixes #407793. + 2007-02-14 Stefan Kost <ensonic@users.sf.net> Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn> |
