mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
default tracks is 2, fix vims 240, order is num,channel not channel,num
git-svn-id: svn://code.dyne.org/veejay/trunk@1212 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -929,8 +929,8 @@ void on_devicelist_row_activated(GtkTreeView *treeview,
|
||||
gint num = info->uc.strtmpl[0].dev;
|
||||
|
||||
multi_vims( VIMS_STREAM_NEW_V4L,"%d %d",
|
||||
channel,
|
||||
num
|
||||
num,
|
||||
channel
|
||||
);
|
||||
gveejay_new_slot(MODE_STREAM);
|
||||
|
||||
@@ -3995,7 +3995,7 @@ static void load_samplelist_info(gboolean with_reset_slotselection)
|
||||
strncpy( descr, line + 22, values[6] );
|
||||
switch( values[1] )
|
||||
{
|
||||
case STREAM_VIDEO4LINUX :sprintf(source,"unicap %d",values[0]);break;
|
||||
case STREAM_VIDEO4LINUX :sprintf(source,"capture %d",values[0]);break;
|
||||
case STREAM_WHITE :sprintf(source,"solid %d",values[0]);
|
||||
break;
|
||||
case STREAM_MCAST :sprintf(source,"multicast %d",values[0]);break;
|
||||
|
||||
Reference in New Issue
Block a user