summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-06-07 02:39:02 +0000
committerBenjamin Otte <otte@gnome.org>2004-06-07 02:39:02 +0000
commit1a0ceb7f99dfa6d1af07d5f2afbf95e11fc835bc (patch)
tree9eaf8032ddac8fd85d65aefe7ec8b7617ed377bf /ChangeLog
parent2fa9ba3892298655d68cbc40f35c1abffe3abd81 (diff)
downloadgst-plugins-bad-1a0ceb7f99dfa6d1af07d5f2afbf95e11fc835bc.tar.gz
gst-plugins-bad-1a0ceb7f99dfa6d1af07d5f2afbf95e11fc835bc.tar.bz2
gst-plugins-bad-1a0ceb7f99dfa6d1af07d5f2afbf95e11fc835bc.zip
gst/mixmatrix/mixmatrix.c: create a NULL-initialized array of pads, so we don't think they exist already. (fixes #143...
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init): create a NULL-initialized array of pads, so we don't think they exist already. (fixes #143130)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3094409..0deafea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
+
+ reviewed by Benjamin Otte <otte@gnome.org>
+
+ * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
+ create a NULL-initialized array of pads, so we don't think they
+ exist already. (fixes #143130)
+
+2004-06-07 Benjamin Otte <otte@gnome.org>
+
+ * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
+ (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
+ (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
+ don't use // coments
+
2004-06-07 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):