[gst-cvs] gst-plugins-base: audioresample: Improve debugging a bit in the unit test

Sebastian Dröge slomo at kemper.freedesktop.org
Wed Aug 26 00:12:12 PDT 2009


Module: gst-plugins-base
Branch: master
Commit: 01408497a1c4e5fcfef9219bbc7d28e1f4a84ba4
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=01408497a1c4e5fcfef9219bbc7d28e1f4a84ba4

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Aug 21 10:02:05 2009 +0200

audioresample: Improve debugging a bit in the unit test

---

 tests/check/elements/audioresample.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c
index 0a11ed8..163166d 100644
--- a/tests/check/elements/audioresample.c
+++ b/tests/check/elements/audioresample.c
@@ -653,6 +653,8 @@ GST_START_TEST (test_pipelines)
 
   /* Test qualities 0, 5 and 10 */
   for (quality = 0; quality < 11; quality += 5) {
+    GST_DEBUG ("Checking with quality %d", quality);
+
     test_pipeline (8, FALSE, 44100, 48000, quality);
     test_pipeline (8, FALSE, 48000, 44100, quality);
 





More information about the Gstreamer-commits mailing list