diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2012-03-29 17:41:36 +0200 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2012-03-29 17:42:50 +0200 |
commit | 71166456d0c6b3b993ad40af30546e9c8bc6f763 (patch) | |
tree | 567bde25361d2e36ec5560b41faf729ab7c7c102 /tests | |
parent | b635c6914547f254722d2f8dd29b39cb5dff7615 (diff) | |
download | gstreamer-plugins-base-71166456d0c6b3b993ad40af30546e9c8bc6f763.tar.gz |
tests: Properly disable non-ported tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/libs/video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c index 546516aeb..73778c201 100644 --- a/tests/check/libs/video.c +++ b/tests/check/libs/video.c @@ -1126,7 +1126,7 @@ GST_START_TEST (test_overlay_composition_premultiplied_alpha) GST_END_TEST; #endif - +#if 0 GST_START_TEST (test_overlay_composition_global_alpha) { GstVideoOverlayRectangle *rect1; @@ -1505,7 +1505,7 @@ GST_START_TEST (test_overlay_composition_global_alpha) } GST_END_TEST; - +#endif static Suite * video_suite (void) { |