tests/check/generic/states.c: Blacklist cdparanoia element in state test.

Original commit message from CVS:
* tests/check/generic/states.c: (GST_START_TEST):
Blacklist cdparanoia element in state test.
This commit is contained in:
Tim-Philipp Müller 2005-12-16 12:32:37 +00:00
parent 4c419b0185
commit 93bbbddaf4
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/generic/states.c: (GST_START_TEST):
Blacklist cdparanoia element in state test.
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
* gst/tcp/gsttcp.c:

View file

@ -55,6 +55,9 @@ GST_START_TEST (test_state_changes)
if (!GST_IS_ELEMENT_FACTORY (feature))
continue;
if (strcmp (name, "cdparanoia") == 0)
continue;
GST_DEBUG ("testing element %s", name);
element = gst_element_factory_make (name, name);
if (GST_IS_PIPELINE (element)) {