diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-11 00:07:57 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-05-11 00:07:57 +0000 |
commit | d2b12c636df078e5a0c8dcebc89811aac07e6df4 (patch) | |
tree | 79ba4857939728991a0bb685f82e8865703b94f6 /ChangeLog | |
parent | a580c78ec3335e6887e9d5da2721ddd8b76e047c (diff) | |
download | gst-plugins-bad-d2b12c636df078e5a0c8dcebc89811aac07e6df4.tar.gz gst-plugins-bad-d2b12c636df078e5a0c8dcebc89811aac07e6df4.tar.bz2 gst-plugins-bad-d2b12c636df078e5a0c8dcebc89811aac07e6df4.zip |
gst/auparse/gstauparse.c: Fix for some uninitialized variables in previous patch, also makes it work. Fixes #142286 w...
Original commit message from CVS:
* gst/auparse/gstauparse.c: (gst_auparse_chain):
Fix for some uninitialized variables in previous patch, also
makes it work. Fixes #142286 while we're at it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * gst/auparse/gstauparse.c: (gst_auparse_chain): + Fix for some uninitialized variables in previous patch, also + makes it work. Fixes #142286 while we're at it. + 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * gst/auparse/gstauparse.c: |