Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buffer)...
authorChristophe Fergeau <teuf@gnome.org>
Sat, 6 Mar 2004 20:56:28 +0000 (20:56 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Sat, 6 Mar 2004 20:56:28 +0000 (20:56 +0000)
commitf8781e3de80c7602f854e98d16ba72e7427e8887
tree9c9434f16d84685c87595b84152d5886d58c3ddd
parenta11cf2ec0a951b954857ebfa83abbfa4ac6db77e
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...
ChangeLog
ext/faac/gstfaac.c
gst/mpeg2sub/gstmpeg2subt.c