Project

General

Profile

Bug #175 ยป v4lprio.patch

proposed patch - sbi -, 2010-03-21 11:40

View differences:

src/transports.c (working copy)
415 415
  /* First, try all transports without stealing */
416 416
  for(i = off; i < cnt; i++) {
417 417
    t = vec[i];
418
    /* in first attempt, we always skip v4l adapters; otherwise
419
     * they always get priority over dvb adapters that are idle
420
     * scanning */
421
    if (t->tht_v4l_adapter)
422
      continue;
418 423
    if(t->tht_status == TRANSPORT_RUNNING) 
419 424
      return t;
420 425
    if((r = transport_start(t, 0, 0)) == 0)
src/v4l.c (working copy)
299 299
static int
300 300
v4l_transport_quality(th_transport_t *t)
301 301
{
302
  return 100;
302
  return 80;
303 303
}
304 304

  
305 305

  
    (1-1/1)