From 7df5ab1bf288e8648c5e2be8b80517783e69de5a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 2 May 2006 13:24:38 +0000 Subject: 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46af6603..45557f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-05-02 Thomas Vander Stichele + + * 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 * docs/plugins/Makefile.am: -- cgit