[mythtv-commits] Ticket #10519: cx8800 and V4L driver issue

MythTV noreply at mythtv.org
Wed Mar 28 00:32:39 UTC 2012


#10519: cx8800 and V4L driver issue
--------------------------------------+-------------------------
     Reporter:  bernhart2002@…        |      Owner:  danielk
         Type:  Bug Report - General  |     Status:  new
     Priority:  critical              |  Milestone:  0.25
    Component:  MythTV - Recording    |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 The cx8800 driver does not accept ioctl command VIDIOC_STREAMOFF and this
 causes the card to fail with eno: Invalid argument (22) .
 I guess the same problem exist with the bttv driver

 in file mythtv/mythtv/libs/libmythtv/v4lchannel.cpp

 line 102
    if (driver_name == "bttv")
 should be
    if (driver_name == "bttv" || driver_name == "cx8800")

 sorry I do not know how to make a patch

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10519>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list