diff options
Diffstat (limited to 'src/capture')
-rw-r--r-- | src/capture/portal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capture/portal.c b/src/capture/portal.c index aa73cd0..9ac30ad 100644 --- a/src/capture/portal.c +++ b/src/capture/portal.c @@ -238,7 +238,7 @@ static int gsr_capture_portal_start(gsr_capture *cap, AVCodecContext *video_code uint32_t pipewire_node = 0; if(!gsr_capture_portal_setup_dbus(self, &pipewire_fd, &pipewire_node)) { gsr_capture_portal_stop(self); - return -1; + return 50; } fprintf(stderr, "gsr info: gsr_capture_portal_start: setting up pipewire\n"); |