added support for v4l2 (beta)

fixes to reloaded's glade files
fix reloaded connection launcher
This commit is contained in:
niels
2011-02-27 15:38:17 +01:00
parent adaacbc2b3
commit 2c31b5e1f1
17 changed files with 13016 additions and 18540 deletions

View File

@@ -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;
}