This commit is contained in:
Wim Taymans 2017-05-26 17:25:58 +02:00
parent b899d43401
commit 08522a162e
2 changed files with 104 additions and 109 deletions

View file

@ -921,7 +921,8 @@ pw_stream_connect(struct pw_stream *stream,
enum pw_stream_mode mode,
const char *port_path,
enum pw_stream_flags flags,
uint32_t n_possible_formats, struct spa_format **possible_formats)
uint32_t n_possible_formats,
struct spa_format **possible_formats)
{
struct stream *impl = SPA_CONTAINER_OF(stream, struct stream, this);