From bde3d1433997af8cc430f4b9d38e5bde97d3b760 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Oct 2009 17:06:40 +0100 Subject: output: consistently lock audio output objects Always keep the audio_output object locked within the output thread, unless a plugin method is called. This fixes several race conditions. --- test/run_output.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/run_output.c') diff --git a/test/run_output.c b/test/run_output.c index 238e16e5..0e91bb3f 100644 --- a/test/run_output.c +++ b/test/run_output.c @@ -58,10 +58,6 @@ pcm_convert(G_GNUC_UNUSED struct pcm_convert_state *state, return NULL; } -void notify_init(G_GNUC_UNUSED struct notify *notify) -{ -} - const struct filter_plugin * filter_plugin_by_name(G_GNUC_UNUSED const char *name) { -- cgit v1.2.3