Ticket #7043: linuxfirewiredevice_cpp.patch
| File linuxfirewiredevice_cpp.patch, 722 bytes (added by , 17 years ago) |
|---|
-
libs/libmythtv/linuxfirewiredevice.cpp
360 360 { 361 361 QMutexLocker locker(&m_lock); 362 362 363 // a quick fix for "video-switching" cable boxes where 364 // the channel change takes effect long after we are 365 // done issuing the change command. A more elaborate 366 // configurable setup to come to set this on a 367 // channel-by-channel basis. 368 VERBOSE(VB_RECORD, LOC + "Delay start of recording by 15s "); 369 sleep(15); 370 363 371 FirewireDevice::AddListener(listener); 364 372 365 373 if (!m_listeners.empty())
