summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-08 13:03:59 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-08 13:03:59 +0000
commit54fa080844f311c29e5bb4df62a9ba475bf22048 (patch)
treeb02fe0fce576109012e5e90ebd4b81a153e371e7
parent3a1737c07699370279eae64a71dded925c8be1d4 (diff)
downloadgst-plugins-bad-54fa080844f311c29e5bb4df62a9ba475bf22048.tar.gz
gst-plugins-bad-54fa080844f311c29e5bb4df62a9ba475bf22048.tar.bz2
gst-plugins-bad-54fa080844f311c29e5bb4df62a9ba475bf22048.zip
gst/level/gstlevel.*: figure out if we're initialized directly instead of keeping a variable that's wrong in 90% of c...
Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain), (gst_level_change_state), (gst_level_init): * gst/level/gstlevel.h: figure out if we're initialized directly instead of keeping a variable that's wrong in 90% of cases don't initialize pads and then leak them and use a new unitialized pad. (fixes #142084) these were bugs so n00bish I didn't find them for an hour :/
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20809c5c..58387803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-05-08 Benjamin Otte <otte@gnome.org>
+
+ * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
+ (gst_level_change_state), (gst_level_init):
+ * gst/level/gstlevel.h:
+ figure out if we're initialized directly instead of keeping a
+ variable that's wrong in 90% of cases
+ don't initialize pads and then leak them and use a new unitialized
+ pad. (fixes #142084)
+ these were bugs so n00bish I didn't find them for an hour :/
+
2004-05-08 Iain <iain@prettypeople.org>
* gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.