GNOME Bugzilla – Bug 614475
[dvbsrc] Wrong property types for frequency and symbol rate
Last modified: 2010-04-02 17:11:12 UTC
The kernel API expects those values to be unsigned, but the properties are signed, therefore you can't set frequency to 2147483647 and above.
commit ee4baab1005dd9a12cc44e5560ef95c1360efa12 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri Apr 2 19:09:40 2010 +0200 dvbsrc: Use uint instead of int for frequency and symbol-rate properties The kernel API specifies them as uint32 and frequencies/symbol-rates greater than 2^31 are actually needed sometimes. Fixes bug #614475.