diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-07 02:39:02 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-07 02:39:02 +0000 |
commit | ec11dae902c396d659ca0955b0bb4beb6fdc41f8 (patch) | |
tree | d5ed5ab6becb17973072135c250d78a2ae6c21d4 | |
parent | 8796e7b16006f32156734f5cc12a6aa90b5d8109 (diff) |
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)
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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): |