projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaad9f6
)
Memory leak fixes
author
Iain Holmes
<iain@prettypeople.org>
Tue, 26 Oct 2004 11:36:52 +0000
(11:36 +0000)
committer
Iain Holmes
<iain@prettypeople.org>
Tue, 26 Oct 2004 11:36:52 +0000
(11:36 +0000)
Original commit message from CVS:
Memory leak fixes
Allow level to take mono or stereo audio
ext/lame/gstlame.c
patch
|
blob
|
history
diff --git
a/ext/lame/gstlame.c
b/ext/lame/gstlame.c
index f5265d43c72f6d89fff19d05218be529ff9fb122..7f1020c1c428e77398ceea298c28f24f7d42d171 100644
(file)
--- a/
ext/lame/gstlame.c
+++ b/
ext/lame/gstlame.c
@@
-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: