From 5402a5058f463efd3bc84d43b1af10ff253b9a1e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 29 Aug 2007 19:38:37 +0000 Subject: Make codec parameters support available for application. --- audio/sink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/sink.c') diff --git a/audio/sink.c b/audio/sink.c index 5b699fb9..599fdaaf 100644 --- a/audio/sink.c +++ b/audio/sink.c @@ -188,7 +188,8 @@ static DBusHandlerResult sink_connect(DBusConnection *conn, sink->connect = pending; id = a2dp_source_request_stream(sink->session, dev, FALSE, - stream_setup_complete, pending, NULL); + stream_setup_complete, pending, NULL, + NULL); if (id == 0) { pending_request_free(pending); sink->connect = NULL; -- cgit