mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
tests: Properly disable non-ported tests
This commit is contained in:
parent
b635c69145
commit
71166456d0
1 changed files with 2 additions and 2 deletions
|
@ -1126,7 +1126,7 @@ GST_START_TEST (test_overlay_composition_premultiplied_alpha)
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
GST_START_TEST (test_overlay_composition_global_alpha)
|
GST_START_TEST (test_overlay_composition_global_alpha)
|
||||||
{
|
{
|
||||||
GstVideoOverlayRectangle *rect1;
|
GstVideoOverlayRectangle *rect1;
|
||||||
|
@ -1505,7 +1505,7 @@ GST_START_TEST (test_overlay_composition_global_alpha)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
#endif
|
||||||
static Suite *
|
static Suite *
|
||||||
video_suite (void)
|
video_suite (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue