Project

General

Profile

Bug #175

Give lower priority to v4l adapters (with patch)

Added by sbi - over 14 years ago. Updated over 14 years ago.

Status:
Fixed
Priority:
High
Assignee:
Category:
General
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Found in version:
Affected Versions:

Description

In my setup, I have a dvb card (HVR-4000) and an analog v4l card (PVR-150). Some channels are bound to both the dvb and v4l cards. Being analog, the channels from the v4l card have a lower quality than the channels from the dvb card.

The problem is that the v4l card always gets precedence over the dvb card because the dvb adapter is seen as "busy" idle scanning while the v4l card is never doing any idle scanning. Therefore transport_find() always grabs the v4l card first.

The attached patch solves this by assigning a lower quality to v4l transports and ignoring v4l adapters in the first attempt to find a transport without stealing.


Files

v4lprio.patch (847 Bytes) v4lprio.patch proposed patch sbi -, 2010-03-21 11:40

History

#1

Updated by Andreas Smas over 14 years ago

This is not the correct fix

#2

Updated by Andreas Smas over 14 years ago

  • Status changed from New to Fixed
  • Found in version set to fixed

Fixed in r4365

Also available in: Atom PDF