mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Memory leak fixes
Original commit message from CVS: Memory leak fixes Allow level to take mono or stereo audio
This commit is contained in:
parent
eaad9f698d
commit
bb314c27ad
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ gst_lame_chain (GstPad * pad, GstData * _data)
|
|||
} else {
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
gst_pad_event_default (pad, GST_EVENT (buf));
|
||||
break;
|
||||
case GST_EVENT_DISCONTINUOUS:
|
||||
|
|
Loading…
Reference in a new issue