I just tried the PPA version (2:0.24.1+fixes.20110609.4dec7cf-
0ubuntu0mythbuntu3) and it seems to work. I see that you removed the
V4L2 patch from before, which seemed to be the cause of my problem.
Thanks, I'll run off the PPA version for now, then.
(I'm not very familiar with the Launchpad wor
Ooops, looks like my diff was backwards. Here's a new try.
1141c1141
< #ifdef USING_V4L
---
> #if defined(USING_V4L) || defined(USING_V4L2)
1143a1144
> #ifdef USING_V4L
1325a1327
> #endif
1728a1731
> #ifdef USING_V4L
1860a1864
> #endif
1863c1867
< #else // USING_V4L
---
> #else // USING_V4L || U
Public bug reported:
I was not able to record analog TV with the WinTV HVR-950Q with MythTV
in Natty. The logs were not very helpful even with --setverbose all; the
actual failure point is not logged.
In gdb, I narrowed the problem down to this: in NuppelVideoRecorder.cpp
( http://bazaar.launchpa