[mythtv-firehose] mythtv/ceton commit: a87ad95e9 by Daniel Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Thu Apr 5 19:17:49 UTC 2012


      Author:  Daniel Kristjansson <danielk at cuymedia.net>
 Change Date:  2012-04-05T12:15:38-07:00
   Push Date:  2012/04/05 12:17:30 -0700
  Repository:  mythtv
      Branch:  ceton
New Revision:  a87ad95e9da77e8156d5197dc3f8aba0297bb78f
   Changeset:  https://github.com/MythTV/mythtv/commit/a87ad95e9

Log:

Fixes #9830. Refs #10519. Fixes channel change on PVR350.

The drivers for some V4L devices require you to explicitly stop and restart streaming when sending certain ioctl's to the device. We already pause and unpause the recorder when issuing these commands so this adds a close(readfd) to the code that is run on pause and reopens readfd on the unpause code. This also means the DeviceReadBuffer needs to be reset with the new readfd, so we do that as well.

Modified:

   mythtv/libs/libmythtv/mpegrecorder.cpp
   mythtv/libs/libmythtv/mpegrecorder.h



More information about the mythtv-firehose mailing list