diff options
author | Thiago Santos <thiago.sousa.santos@collabora.com> | 2011-12-19 15:17:22 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.com> | 2011-12-20 15:05:23 -0300 |
commit | 24407f0aa6012e055ec33c3ab6175a299413f389 (patch) | |
tree | 48c106333eaec6a82b45893fe239cf3f0af68c63 | |
parent | 88e3d82201017ae40bced069d9ce3c5f01e58d57 (diff) |
tests: camerabin2: enable tests
Tests are passing now, enable them
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index f7069b0d5..60be0e613 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -163,7 +163,6 @@ VALGRIND_TESTS_DISABLE = \ # camerabin2: wrappercamerabinsrc:test_multiple_video_recordings:0: Unexpected critical/warning: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)' failed # colorspace: bad memory accesses in orc code for odd width buffers - https://bugzilla.gnome.org/show_bug.cgi?id=663248 noinst_PROGRAMS = \ - elements/camerabin2 \ pipelines/colorspace \ $(check_neon) @@ -185,6 +184,7 @@ check_PROGRAMS = \ elements/asfmux \ elements/baseaudiovisualizer \ elements/camerabin \ + elements/camerabin2 \ elements/dataurisrc \ elements/legacyresample \ $(check_jifmux) \ |