diff options
| author | Michael Smith <msmith@xiph.org> | 2006-05-12 17:44:15 +0000 |
|---|---|---|
| committer | Michael Smith <msmith@xiph.org> | 2006-05-12 17:44:15 +0000 |
| commit | 26c9baa8309c0e9723efb9d32deeaa5314ed130c (patch) | |
| tree | 39938acefe383bc2c735d83ae877472f50c73297 /ChangeLog | |
| parent | 8f478f5e2ca7fb2c4e5789cb582ed9764e19920a (diff) | |
gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seeking in ready.
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
Fix use of uninitialised values if we're NOT seeking in ready.
Fix typos.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-12 Michael Smith <msmith@fluendo.com> + + * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt), + (gst_wavparse_perform_seek), (gst_wavparse_stream_headers): + Fix use of uninitialised values if we're NOT seeking in ready. + Fix typos. + 2006-05-12 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/Makefile.am: |
