mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
- 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
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ gst_mikmod_loop (GstElement *element)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( mikmod->Buffer ) {
|
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 );
|
gst_buffer_unref( buffer_in );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue