RE: qcap/avicap and driver models

2005-05-24 Thread Rolf Kalbermatter
Eric Pouch wrote: I've been on vacation for a few days but want to comment on this. > > for it, as rolf kalbermatter pointed out in > > http://www.winehq.com/?issue=274#Video%20Capture%20in%20Windows > > as already stated, drivers should be written as follows: > 1/ since it's wine specific, its

Re: qcap/avicap and driver models

2005-05-22 Thread Eric Pouech
Maarten Lankhorst a écrit : Hi Alexandre, I implemented a driver model in qcap now, but avicap32 still uses my old #ifdef LINUX_VIDEODEV_H, since some people might be interested in writing capcreatecapturewindow, I think we should move out the drivers from qcap to our own vfwwine dll/driver,

qcap/avicap and driver models

2005-05-21 Thread Maarten Lankhorst
Hi Alexandre, I implemented a driver model in qcap now, but avicap32 still uses my old #ifdef LINUX_VIDEODEV_H, since some people might be interested in writing capcreatecapturewindow, I think we should move out the drivers from qcap to our own vfwwine dll/driver, windows uses a similar model