diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2008-02-08 10:09:33 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2008-02-08 10:09:33 +0000 |
| commit | 0e176540b5678db0b88d517138d42292290e4895 (patch) | |
| tree | 64df379b5ce7052941a9af0a3d7a3ee0b6676461 /ChangeLog | |
| parent | 26a52d2733997ec5f09f10ba45cfefc3beffdd80 (diff) | |
gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes compiler warning.
Original commit message from CVS:
* gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
Need to use gsize here for the size, fixes compiler warning.
* tests/examples/equalizer/.cvsignore:
* tests/examples/equalizer/Makefile.am:
* tests/examples/spectrum/.cvsignore:
* tests/examples/spectrum/Makefile.am:
Add missing files to fix the build.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-02-08 Tim-Philipp Müller <tim at centricular dot net> + + * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): + Need to use gsize here for the size, fixes compiler warning. + + * tests/examples/equalizer/.cvsignore: + * tests/examples/equalizer/Makefile.am: + * tests/examples/spectrum/.cvsignore: + * tests/examples/spectrum/Makefile.am: + Add missing files to fix the build. + 2008-02-08 Jan Schmidt <jan.schmidt@sun.com> * configure.ac: |
