diff --git a/ChangeLog b/ChangeLog index 83ddc15ac7..8f9b76c888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-04 Jan Schmidt + + * tests/check/Makefile.am: + Disable autovideosink so the buildbots don't barf over memory + leaked in the directfb sink. + 2007-03-04 Jan Schmidt * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose): diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 0eb63452ac..11a8abb56e 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \ - STATE_IGNORE_ELEMENTS="aasink cacasink" + STATE_IGNORE_ELEMENTS="aasink cacasink autovideosink" # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml