mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
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)
This commit is contained in:
parent
81bbf631d5
commit
320baa0414
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
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):
|
||||
|
|
Loading…
Reference in a new issue