mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
screen-cast: Fix compile error
Credit goes to gcc for finding this typo.
This commit is contained in:
parent
17a745bf81
commit
98dfd5b887
@ -360,7 +360,7 @@ create_pipewire_stream (MetaScreenCastStreamSrc *src,
|
||||
PW_DIRECTION_OUTPUT,
|
||||
NULL,
|
||||
PW_STREAM_FLAG_NONE,
|
||||
params, G_N_ELEMENTS (¶ms)) != 0)
|
||||
params, G_N_ELEMENTS (params)) != 0)
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||
"Could not connect");
|
||||
|
Loading…
Reference in New Issue
Block a user