CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: slomo
Date: Sat Nov 22 2008 15:02:30 UTC
Log message:
* tests/check/elements/speexresample.c: (GST_START_TEST):
Make the unit test a bit faster to prevent timeouts, especially
with valgrind.
Modified files:
. : ChangeLog
tests/check/elements: speexresample.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3727&r2=1.3728
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/tests/check/elements/speexresample.c.diff?r1=1.3&r2=1.4
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3727
retrieving revision 1.3728
diff -u -d -r1.3727 -r1.3728
--- ChangeLog 22 Nov 2008 14:51:04 -0000 1.3727
+++ ChangeLog 22 Nov 2008 15:02:14 -0000 1.3728
@@ -1,5 +1,11 @@
2008-11-22 Sebastian Dröge <[email protected]>
+ * tests/check/elements/speexresample.c: (GST_START_TEST):
+ Make the unit test a bit faster to prevent timeouts, especially
+ with valgrind.
+
+2008-11-22 Sebastian Dröge <[email protected]>
* gst/mxf/mxfdemux.c: (gst_mxf_demux_push_src_event),
(gst_mxf_demux_handle_header_metadata_update_streams):
* gst/mxf/mxfparse.c: (gst_mxf_ul_hash),
Index: speexresample.c
RCS file: /cvs/gstreamer/gst-plugins-bad/tests/check/elements/speexresample.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- speexresample.c 30 Oct 2008 14:46:30 -0000 1.3
+++ speexresample.c 22 Nov 2008 15:02:15 -0000 1.4
@@ -655,33 +655,21 @@
for (quality = 0; quality < 11; quality += 5) {
test_pipeline (8, FALSE, 44100, 48000, quality);
test_pipeline (8, FALSE, 48000, 44100, quality);
- test_pipeline (8, FALSE, 40000, 80000, quality);
- test_pipeline (8, FALSE, 80000, 40000, quality);
test_pipeline (16, FALSE, 44100, 48000, quality);
test_pipeline (16, FALSE, 48000, 44100, quality);
- test_pipeline (16, FALSE, 40000, 80000, quality);
- test_pipeline (16, FALSE, 80000, 40000, quality);
test_pipeline (24, FALSE, 44100, 48000, quality);
test_pipeline (24, FALSE, 48000, 44100, quality);
- test_pipeline (24, FALSE, 40000, 80000, quality);
- test_pipeline (24, FALSE, 80000, 40000, quality);
test_pipeline (32, FALSE, 44100, 48000, quality);
test_pipeline (32, FALSE, 48000, 44100, quality);
- test_pipeline (32, FALSE, 40000, 80000, quality);
- test_pipeline (32, FALSE, 80000, 40000, quality);
test_pipeline (32, TRUE, 44100, 48000, quality);
test_pipeline (32, TRUE, 48000, 44100, quality);
- test_pipeline (32, TRUE, 40000, 80000, quality);
- test_pipeline (32, TRUE, 80000, 40000, quality);
test_pipeline (64, TRUE, 44100, 48000, quality);
test_pipeline (64, TRUE, 48000, 44100, quality);
- test_pipeline (64, TRUE, 40000, 80000, quality);
- test_pipeline (64, TRUE, 80000, 40000, quality);
}
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.