- unref events and pools

Original commit message from CVS:
- unref events and pools
- use _merge in mikmod instead of _append
This commit is contained in:
Wim Taymans 2002-07-08 19:35:51 +00:00
parent aaf4f43950
commit d04ad3e5b0

View file

@ -335,7 +335,7 @@ gst_mikmod_loop (GstElement *element)
else
{
if ( mikmod->Buffer ) {
mikmod->Buffer = gst_buffer_append( mikmod->Buffer, buffer_in );
mikmod->Buffer = gst_buffer_merge( mikmod->Buffer, buffer_in );
gst_buffer_unref( buffer_in );
}
else