diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-02 13:24:38 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-02 13:24:38 +0000 |
| commit | 7df5ab1bf288e8648c5e2be8b80517783e69de5a (patch) | |
| tree | 2d39c55c23b5d0fb0cab0674b0f5f1962d2087e4 /ChangeLog | |
| parent | baf4e3eb080478e0e19cac446712043ee7a8b0fb (diff) | |
configure.ac: figure out where plugins-base plugins are
Original commit message from CVS:
* configure.ac:
figure out where plugins-base plugins are
* tests/check/Makefile.am:
use plugins-base plugins, so we have typefind functions
* tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
increase num-buffers, this makes sure the test errors out instead
of timing out when no typefind functions are present
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-05-02 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + figure out where plugins-base plugins are + * tests/check/Makefile.am: + use plugins-base plugins, so we have typefind functions + * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags): + increase num-buffers, this makes sure the test errors out instead + of timing out when no typefind functions are present + 2006-05-01 Thomas Vander Stichele <thomas at apestaart dot org> * docs/plugins/Makefile.am: |
