mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, otherwise it will instantiate autovideosink...
Original commit message from CVS: * tests/check/Makefile.am: Gah! Also disable gconfvideosink from the tests, otherwise it will instantiate autovideosink, and dfbvideosink and leak on the buildbots.
This commit is contained in:
parent
d5706e78aa
commit
121c201c7d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
Gah! Also disable gconfvideosink from the tests, otherwise
|
||||||
|
it will instantiate autovideosink, and dfbvideosink and
|
||||||
|
leak on the buildbots.
|
||||||
|
|
||||||
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
|
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
|
||||||
|
|
|
@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_SYSTEM_PATH= \
|
GST_PLUGIN_SYSTEM_PATH= \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||||
STATE_IGNORE_ELEMENTS="aasink cacasink autovideosink"
|
STATE_IGNORE_ELEMENTS="aasink cacasink autovideosink gconfvideosink"
|
||||||
|
|
||||||
# ths core dumps of some machines have PIDs appended
|
# ths core dumps of some machines have PIDs appended
|
||||||
CLEANFILES = core.* test-registry.xml
|
CLEANFILES = core.* test-registry.xml
|
||||||
|
|
Loading…
Reference in a new issue