summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-03-06 20:56:28 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-03-06 20:56:28 +0000
commitf8781e3de80c7602f854e98d16ba72e7427e8887 (patch)
tree9c9434f16d84685c87595b84152d5886d58c3ddd /ChangeLog
parenta11cf2ec0a951b954857ebfa83abbfa4ac6db77e (diff)
downloadgst-plugins-bad-f8781e3de80c7602f854e98d16ba72e7427e8887.tar.gz
gst-plugins-bad-f8781e3de80c7602f854e98d16ba72e7427e8887.tar.bz2
gst-plugins-bad-f8781e3de80c7602f854e98d16ba72e7427e8887.zip
Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buffer), should fix some leaks. I hope I did...
Original commit message from CVS: 2004-03-06 Christophe Fergeau <teuf@gnome.org> * ext/faac/gstfaac.c: (gst_faac_chain): * ext/flac/gstflactag.c: (gst_flac_tag_chain): * ext/libpng/gstpngenc.c: (user_write_data): * ext/mikmod/gstmikmod.c: (gst_mikmod_loop): * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain): * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle): * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buffer), should fix some leaks. I hope I didn't unref buffers that shouldn't be...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23146f7..9e1a5c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-03-06 Christophe Fergeau <teuf@gnome.org>
+
+ * ext/faac/gstfaac.c: (gst_faac_chain):
+ * ext/flac/gstflactag.c: (gst_flac_tag_chain):
+ * ext/libpng/gstpngenc.c: (user_write_data):
+ * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
+ * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
+ * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
+ * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
+ Fix several misuse of gst_buffer_merge (it doesn't take ownership
+ of any buffer), should fix some leaks. I hope I didn't unref buffers
+ that shouldn't be...
+
2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),