- 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:
parent
aaf4f43950
commit
d04ad3e5b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user