WIP
All checks were successful
PostmarketOS Build / Prepare (push) Successful in 11s
PostmarketOS Build / Build for aarch64 (push) Successful in 43s
PostmarketOS Build / Build for x86_64 (push) Successful in 13s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-21 20:08:56 +03:00
parent b396f42837
commit a4a443b980
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -139,7 +139,7 @@ public class EyeNeko.Gstreamer : Object {
} else
caps_selecton_model.set_model (srt);
caps_selecton_model.notify["selected-item"].connect (() => start_stream_from (current_camera));
caps_selecton_model.notify["selected-item"].connect (() => { message ("Selected item changed"); start_stream_from (current_camera); });
}
private bool is_initialised = false;
@ -185,9 +185,6 @@ public class EyeNeko.Gstreamer : Object {
start_stream_from (current_camera);
}
});
notify["current-caps"].connect (() => {
start_stream_from (current_camera);
});
Gdk.GLContext context;
viewfinder_paintable.get ("gl-context", out context);