mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
check/pipelines/simple_launch_lines.c: added another test that failes for me (test is not active by default)
Original commit message from CVS: * check/pipelines/simple_launch_lines.c: (GST_START_TEST): added another test that failes for me (test is not active by default)
This commit is contained in:
parent
5e5cb766de
commit
4acb0eef45
3 changed files with 23 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-07 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* check/pipelines/simple_launch_lines.c: (GST_START_TEST):
|
||||||
|
added another test that failes for me (test is not active by default)
|
||||||
|
|
||||||
2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -92,8 +92,16 @@ GST_START_TEST (test_element_negotiation)
|
||||||
run_pipeline (setup_pipeline (s), s,
|
run_pipeline (setup_pipeline (s), s,
|
||||||
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
||||||
GST_MESSAGE_UNKNOWN);
|
GST_MESSAGE_UNKNOWN);
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBVISUAL
|
||||||
|
s = "sinesrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink";
|
||||||
|
run_pipeline (setup_pipeline (s), s,
|
||||||
|
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
||||||
|
GST_MESSAGE_UNKNOWN);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
GST_END_TEST Suite * simple_launch_lines_suite (void)
|
GST_END_TEST Suite *
|
||||||
|
simple_launch_lines_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("Pipelines");
|
Suite *s = suite_create ("Pipelines");
|
||||||
TCase *tc_chain = tcase_create ("linear");
|
TCase *tc_chain = tcase_create ("linear");
|
||||||
|
|
|
@ -92,8 +92,16 @@ GST_START_TEST (test_element_negotiation)
|
||||||
run_pipeline (setup_pipeline (s), s,
|
run_pipeline (setup_pipeline (s), s,
|
||||||
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
||||||
GST_MESSAGE_UNKNOWN);
|
GST_MESSAGE_UNKNOWN);
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBVISUAL
|
||||||
|
s = "sinesrc ! tee name=t ! alsasink t. ! audioconvert ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink";
|
||||||
|
run_pipeline (setup_pipeline (s), s,
|
||||||
|
GST_MESSAGE_ANY & ~(GST_MESSAGE_ERROR | GST_MESSAGE_WARNING),
|
||||||
|
GST_MESSAGE_UNKNOWN);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
GST_END_TEST Suite * simple_launch_lines_suite (void)
|
GST_END_TEST Suite *
|
||||||
|
simple_launch_lines_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("Pipelines");
|
Suite *s = suite_create ("Pipelines");
|
||||||
TCase *tc_chain = tcase_create ("linear");
|
TCase *tc_chain = tcase_create ("linear");
|
||||||
|
|
Loading…
Reference in a new issue