mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
4c419b0185
commit
93bbbddaf4
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/tcp/gsttcp.c:
|
* gst/tcp/gsttcp.c:
|
||||||
|
|
|
@ -55,6 +55,9 @@ GST_START_TEST (test_state_changes)
|
||||||
if (!GST_IS_ELEMENT_FACTORY (feature))
|
if (!GST_IS_ELEMENT_FACTORY (feature))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (strcmp (name, "cdparanoia") == 0)
|
||||||
|
continue;
|
||||||
|
|
||||||
GST_DEBUG ("testing element %s", name);
|
GST_DEBUG ("testing element %s", name);
|
||||||
element = gst_element_factory_make (name, name);
|
element = gst_element_factory_make (name, name);
|
||||||
if (GST_IS_PIPELINE (element)) {
|
if (GST_IS_PIPELINE (element)) {
|
||||||
|
|
Loading…
Reference in a new issue