WIP
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
b396f42837
commit
c57c59d69b
1 changed files with 1 additions and 4 deletions
|
@ -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 %u", caps_selecton_model.selected); 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue