From 6f3d70b5e24cebbd6fd8c3a665a801628ef912ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Jan 2013 17:20:50 +0100 Subject: DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond --- src/InputPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InputPlugin.hxx') diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx index abbd74ff0..c16600810 100644 --- a/src/InputPlugin.hxx +++ b/src/InputPlugin.hxx @@ -48,7 +48,7 @@ struct input_plugin { void (*finish)(void); struct input_stream *(*open)(const char *uri, - GMutex *mutex, GCond *cond, + Mutex &mutex, Cond &cond, GError **error_r); void (*close)(struct input_stream *is); -- cgit v1.2.3