Hans de Goede wrote: >> 3) The removal of V4L1 means that the existing applications should not >> try to include >> videodev.h with newer kernels or their compilations will break (easy >> to fix, but better >> to remind application developers that may be reading this thread). >> Also, the removal of >> V4L1 compat means that all V4L1 only applications will stop working. >> What's the current >> status of webcam/TV/stream/radio/videotext/vbi applications? Just >> yesterday, somebody >> reported me a problem with radio crashing at the V4L1 compat layer. It >> seemed that maybe >> not all radio apps got converted. So, before dropping compat layer >> support, we should >> double check what apps will break. >> > > I think the best way forward here is making libv4l1 completely independ > of the kernel > v4l1 compat layer. This isn't to hard to do, I could even copy over the > necessary bits > to compile v4l1 apps from linux/videodev.h to libv4l1.h, then the kernel > can completely > drop v4l1 compat for v4l2 drivers, but this will need some time... You should notice that it is not just video stream here: you need to consider also radio, vbi/teletext and tuning. The easiest way seems to start migrating the v4l1 compat to userspace. On the other hand, what applications are we talking about? Maybe it is just easier to write a document pointing to an alternative application for each case. -- Cheers, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html