Dont tell veejay to set framerate at startup, take-out usleep in previewthread, disconnect ui when 2/10 fail.

git-svn-id: svn://code.dyne.org/veejay/trunk@1396 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2010-02-24 18:54:10 +00:00
parent 94db906157
commit 572fe9640f
3 changed files with 18 additions and 7 deletions

View File

@@ -7101,12 +7101,14 @@ int vj_gui_reconnect(char *hostname,char *group_name, int port_num)
return 0;
}
vj_msg(VEEJAY_MSG_INFO, "New connection with Veejay running on %s port %d",
(group_name == NULL ? hostname : group_name), port_num );
veejay_msg(VEEJAY_MSG_INFO, "Connection established with %s:%d (Track 0)",hostname,port_num);
load_editlist_info();
info->status_lock = 1;
update_slider_value( "framerate", info->el.fps, 0 );
@@ -7129,6 +7131,7 @@ int vj_gui_reconnect(char *hostname,char *group_name, int port_num)
update_label_str( "label_hostnamex", (hostname == NULL ? group_name: hostname ) );
update_label_i( "label_portx",port_num,0);
info->status_lock = 0;
multitrack_configure( info->mt,
info->el.fps, info->el.width, info->el.height, &preview_box_w_, &preview_box_h_ );