diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-11 11:54:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-11 11:54:43 +0000 |
commit | b23e28b2f293e8cf5d8c890ed02fe84c8f92d20f (patch) | |
tree | d5136638cfc6b904d1fbd66cd4d2b0c7e36b3b20 /ChangeLog | |
parent | 8b973428f3f1b2df938ea4a2f5786b3ff5f1e925 (diff) | |
download | gst-plugins-bad-b23e28b2f293e8cf5d8c890ed02fe84c8f92d20f.tar.gz gst-plugins-bad-b23e28b2f293e8cf5d8c890ed02fe84c8f92d20f.tar.bz2 gst-plugins-bad-b23e28b2f293e8cf5d8c890ed02fe84c8f92d20f.zip |
gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when passing them to gst_tag_list_add().
Original commit message from CVS:
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
Don't strdup (and thus leak) codec name strings when passing
them to gst_tag_list_add().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-12-11 Tim-Philipp Müller <tim at centricular dot net> + + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), + (gst_flv_parse_tag_video): + Don't strdup (and thus leak) codec name strings when passing + them to gst_tag_list_add(). + 2007-12-10 Wim Taymans <wim.taymans@collabora.co.uk> * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init), |