On Saturday 26 August 2006 23:12, Martin Dauskardt wrote:
> There is much work in progress ... But Hans, please be aware that
> there are not only mythtv users !
> There are two vdr-plugins which are tainted by the changes. I managed
> to adapt the pvr350-Plugin, but as I mentioned several times, the
> decoder start/stop ioctls are much slower than the fwapi calls which
> were used by the plugin before.
Regarding this problem: try calling:
int fast_stop = 1;
ioctl(fd, IVTV_IOC_DEC_FAST_STOP, &fast_stop);
before running the IVTV_IOC_STOP_DECODE ioctl. Without this the STOP
ioctl will wait until the full decoding queue is empty. The FAST_STOP
ioctl tells the driver not to wait for that.
This should work and solve your problem now that the FWAPI is no longer
available.
Let me know the result!
Thanks,
Hans
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel