mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bug #515567.
Original commit message from CVS: * tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bug #515567.
This commit is contained in:
parent
88ab47e6c7
commit
4ee3275d76
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Disable the dvb plugin for the states test. Fixes bug #515567.
|
||||
|
||||
2008-02-10 Edgard Lima,,,, <edgard.lima@indt.org.br>
|
||||
|
||||
* ext/metadata/TODO:
|
||||
|
|
|
@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \
|
|||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||
STATE_IGNORE_ELEMENTS="cdaudio vcdsrc nassink glimagesink"
|
||||
STATE_IGNORE_ELEMENTS="cdaudio vcdsrc nassink glimagesink dvbsrc dvbbasebin"
|
||||
|
||||
EXTRA_DIST = test-cert.pem test-key.pem
|
||||
|
||||
|
|
Loading…
Reference in a new issue