mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
screen-cast: Fix compile error
Credit goes to gcc for finding this typo.
(cherry picked from commit 98dfd5b887
)
This commit is contained in:
parent
957f4ec69d
commit
e515e37a7e
@ -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