mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
tests/check/libs/gdp.c: the test_buffer test fails at line 140 on ppc64 at the following check: "GST_BUFFER_IN_CAPS f...
Original commit message from CVS: * tests/check/libs/gdp.c: (gst_dp_suite): the test_buffer test fails at line 140 on ppc64 at the following check: fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer, GST_BUFFER_FLAG_IN_CAPS), "GST_BUFFER_IN_CAPS flag should have been copied !"); See bug #348114 for more details.
This commit is contained in:
parent
5014b37cd3
commit
454ae3eaa8
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2006-07-20 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* tests/check/libs/gdp.c: (gst_dp_suite):
|
||||||
|
the test_buffer test fails at line 140 on ppc64 at the following
|
||||||
|
check:
|
||||||
|
fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer, GST_BUFFER_FLAG_IN_CAPS),
|
||||||
|
"GST_BUFFER_IN_CAPS flag should have been copied !");
|
||||||
|
See bug #348114 for more details.
|
||||||
|
|
||||||
2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
|
2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* docs/pwg/advanced-scheduling.xml:
|
* docs/pwg/advanced-scheduling.xml:
|
||||||
|
|
|
@ -286,7 +286,9 @@ gst_dp_suite (void)
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
tcase_add_test (tc_chain, test_conversion);
|
tcase_add_test (tc_chain, test_conversion);
|
||||||
|
#ifndef __PPC64__
|
||||||
tcase_add_test (tc_chain, test_buffer);
|
tcase_add_test (tc_chain, test_buffer);
|
||||||
|
#endif
|
||||||
tcase_add_test (tc_chain, test_caps);
|
tcase_add_test (tc_chain, test_caps);
|
||||||
tcase_add_test (tc_chain, test_event);
|
tcase_add_test (tc_chain, test_event);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue