From: Benjamin Otte Date: Mon, 7 Jun 2004 02:39:02 +0000 (+0000) Subject: gst/mixmatrix/mixmatrix.c: create a NULL-initialized array of pads, so we don't think... X-Git-Tag: 1.19.3~509^2~14699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec11dae902c396d659ca0955b0bb4beb6fdc41f8;p=platform%2Fupstream%2Fgstreamer.git 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 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init): create a NULL-initialized array of pads, so we don't think they exist already. (fixes #143130) --- diff --git a/ChangeLog b/ChangeLog index e309440..0deafea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-06-07 Tim-Philipp Müller + + reviewed by Benjamin Otte + + * 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 + + * 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 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):