summaryrefslogtreecommitdiffstats
path: root/ext/mikmod
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-07-08 19:35:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-07-08 19:35:51 +0000
commitd04ad3e5b0d74483acd5e81e0cd835743b1a6541 (patch)
tree7504546206c683bfee187e3d8f36fb5b5b20674f /ext/mikmod
parentaaf4f439508d28785372a6a4116fc00f5998cc83 (diff)
- unref events and pools
Original commit message from CVS: - unref events and pools - use _merge in mikmod instead of _append
Diffstat (limited to 'ext/mikmod')
-rw-r--r--ext/mikmod/gstmikmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index 04a5eb31..ced25365 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -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