This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "buzztard music composer".
The branch, master has been updated
via 80bc147f9206581dca6b63c20c94812ce88375d7 (commit)
from 3439b7fcdebfee28a05eebbcdf175b8c3699a82d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://buzztard.git.sourceforge.net/git/gitweb.cgi?p=buzztard/buzztard;a=commit;h=80bc147f9206581dca6b63c20c94812ce88375d7
commit 80bc147f9206581dca6b63c20c94812ce88375d7
Author: Stefan Sauer <ensonic@...>
Date: Sun Nov 25 20:30:47 2012 +0100
tests: use a fakesink to avoid beeps and format changes.
If the tests would use alsasink, the might get negotiated to raw/int and that
would require more logig in the handoff callback (which assumes float).
diff --git a/tests/lib/core/e-sink-bin.c b/tests/lib/core/e-sink-bin.c
index b7971dc..8937f06 100644
--- a/tests/lib/core/e-sink-bin.c
+++ b/tests/lib/core/e-sink-bin.c
@@ -419,6 +419,7 @@ test_bt_sink_bin_analyzers (BT_TEST_ARGS)
{
BT_TEST_START;
/* arrange */
+ g_object_set (settings, "audiosink", "fakesink", NULL);
make_new_song ( /*square */ 1);
GstElement *sink_bin = get_sink_bin ();
GstElement *fakesink = gst_element_factory_make ("fakesink", NULL);
-----------------------------------------------------------------------
Summary of changes:
tests/lib/core/e-sink-bin.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
buzztard music composer
|