screen-cast: Fix compile error

Credit goes to gcc for finding this typo.


(cherry picked from commit 98dfd5b887)
This commit is contained in:
Benjamin Otte 2018-04-10 13:02:15 +02:00 committed by Jonas Ådahl
parent 957f4ec69d
commit e515e37a7e

View File

@ -360,7 +360,7 @@ create_pipewire_stream (MetaScreenCastStreamSrc *src,
PW_DIRECTION_OUTPUT, PW_DIRECTION_OUTPUT,
NULL, NULL,
PW_STREAM_FLAG_NONE, PW_STREAM_FLAG_NONE,
params, G_N_ELEMENTS (&params)) != 0) params, G_N_ELEMENTS (params)) != 0)
{ {
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED, g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
"Could not connect"); "Could not connect");