Project

General

Profile

Bug #137 ยป v4l.diff

proposed patch - sbi -, 2010-01-16 21:19

View differences:

src/v4l.c (working copy)
371 371
  t->tht_quality_index = v4l_transport_quality;
372 372
  t->tht_grace_period  = v4l_grace_period;
373 373
  t->tht_iptv_fd = -1;
374
  t->tht_v4l_adapter = va;
374 375

  
375 376
  pthread_mutex_lock(&t->tht_stream_mutex); 
376 377
  transport_make_nicename(t);
......
378 379
  t->tht_audio = transport_stream_create(t, -1, SCT_MPEG2AUDIO); 
379 380
  pthread_mutex_unlock(&t->tht_stream_mutex); 
380 381

  
381
  t->tht_v4l_adapter = va;
382

  
383 382
  LIST_INSERT_HEAD(&va->va_transports, t, tht_group_link);
384 383

  
385 384
  return t;
    (1-1/1)