diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-09-20 15:06:23 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-09-20 15:06:23 +0000 |
commit | ac256b5d1580ce1691d38192132b3ebbfa661e3c (patch) | |
tree | 998a7ac34735ee7727ddb322df14ccdd9c19f7f2 /ChangeLog | |
parent | 7067d01d2a9e46a52f347cfa777e5a50f1d41494 (diff) | |
download | gst-plugins-bad-ac256b5d1580ce1691d38192132b3ebbfa661e3c.tar.gz gst-plugins-bad-ac256b5d1580ce1691d38192132b3ebbfa661e3c.tar.bz2 gst-plugins-bad-ac256b5d1580ce1691d38192132b3ebbfa661e3c.zip |
Fix memory leaks. More to come.
Original commit message from CVS:
* ext/alsaspdif/alsaspdifsink.c:
* ext/timidity/gsttimidity.c:
* ext/timidity/gstwildmidi.c:
* gst/mpegvideoparse/mpegvideoparse.c:
Fix memory leaks. More to come.
* tests/check/Makefile.am:
* tests/check/generic/states.c:
Improved state change unit test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2007-09-20 Stefan Kost <ensonic@users.sf.net> + + * ext/alsaspdif/alsaspdifsink.c: + * ext/timidity/gsttimidity.c: + * ext/timidity/gstwildmidi.c: + * gst/mpegvideoparse/mpegvideoparse.c: + Fix memory leaks. More to come. + + * tests/check/Makefile.am: + * tests/check/generic/states.c: + Improved state change unit test. + 2007-09-20 Wim Taymans <wim.taymans@gmail.com> * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session), |