On Fri, May 23, 2008 at 3:16 PM, Hans de Goede <<a href="mailto:j.w.r.degoede@hhs.nl">j.w.r.degoede@hhs.nl</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

So its not just API conversion, but also image format conversion. Alternatively a v4l2 library could be written which offers a higher abstraction layer could be written and apps ported to that, I guess thats the golden way. But so much todo in so little time.<br>
</blockquote></div><br>Like, say, XVideo? We have the xf86-video-v4l driver, which gives you all kinds of nice acceleration if you're displaying directly to screen. Has the advantage of being not Linux specific. On the down side it ties you to X, which may be a deal killer depending on the app.<br>
<br>Though gstreamer is really the way to go. Which means we need proper gstreamer plugins to wrap v4l/v4l2 and/or XVideo and whatever else.<br>