Merge branch 'master' into 0.11
[platform/upstream/gst-plugins-base.git] / tests / check / elements / alsa.c
index feae0b5..d42b40b 100644 (file)
@@ -27,9 +27,9 @@
 #include <unistd.h>
 
 #include <gst/check/gstcheck.h>
-#include <gst/interfaces/propertyprobe.h>
-#include <gst/interfaces/mixer.h>
+#include <gst/audio/mixer.h>
 
+#if 0
 /* just a simple test that runs device probing on
  * an alsasrc, alsasink and alsamixer instance */
 
@@ -74,6 +74,7 @@ GST_START_TEST (test_device_property_probe)
 }
 
 GST_END_TEST;
+#endif
 
 GST_START_TEST (test_alsa_mixer_track)
 {
@@ -129,7 +130,7 @@ alsa_suite (void)
   TCase *tc_chain = tcase_create ("general");
 
   suite_add_tcase (s, tc_chain);
-  tcase_add_test (tc_chain, test_device_property_probe);
+  /* tcase_add_test (tc_chain, test_device_property_probe); */
   tcase_add_test (tc_chain, test_alsa_mixer_track);
 
   return s;