mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
added support for v4l2 (beta)
fixes to reloaded's glade files fix reloaded connection launcher
This commit is contained in:
@@ -51,7 +51,9 @@ void on_report_a_bug1_activate(GtkWidget *w, gpointer user_data )
|
||||
{
|
||||
reportbug();
|
||||
}
|
||||
|
||||
void on_donate_activate( GtkWidget *w, gpointer user_data ) {
|
||||
donatenow();
|
||||
}
|
||||
void on_button_085_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
single_vims(VIMS_VIDEO_SKIP_SECOND);
|
||||
@@ -231,7 +233,7 @@ void on_button_sampleend_clicked(GtkWidget *widget, gpointer user_data)
|
||||
void on_button_veejay_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
#ifdef STRICT_CHECKING
|
||||
assert( info->watch.state == STATE_WAIT_FOR_USER );
|
||||
//assert( info->watch.state == STATE_WAIT_FOR_USER );
|
||||
#endif
|
||||
info->watch.state = STATE_CONNECT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user