RE: [maemo-developers] libxv status?

2006-08-14 Thread Jussi.Laako
Daniel Stone wrote:
 It means that the video hardware does not support RGB565 (everything 
 on the device, basically) and YUV together.  You can't have part of 
 the screen being RGB and part being YUV; the problem is a couple of 
 layers below the X server.

Yes it does and yes you can, as I wrote the support and it works pretty well... 
;)

Oh, thanks. Now I understand. From the product brief 
http://www.erd.epson.com/vdc/html/contents/S1D13742.htm and 
from kernel sources I wrongly guessed that the conversion is 
done on the fly (per each update) when moving data from main 
memory to videoram. But as it is simple DMA it looks like 

You understood the kernel sources correctly. Just set the format flag in 
ioctl() for each update specifying the format for the updated window area. This 
functionality is independent from the source of the data (be it ARM or C55).


- Jussi Laako
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


RE: [maemo-developers] IT2006 and mic

2006-06-16 Thread Jussi.Laako
What method is used to capture audio from the mic? Is there 
any documentation available or will there be any?

You can try to use for example dsppcmsrc gstreamer plugin for that purpose.


- Jussi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


RE: [maemo-developers] GStreamer

2005-09-20 Thread Jussi.Laako
Hi,

  But when I want to check the osssink with gst-inspect osssink
  command, error occured No such element or plugin 'osssink' .
  Because I want to play a sine tone by running
  $ gst-launch sinesrc ! osssink from command line first.
 
 Maemo uses alsa not oss, so it would be alsasink, not osssink.

Virtual ALSA driver for PCM playback was removed. There's dsppcmsink. There's 
also esd, but unfortunately esdsink gst plugin is not included...


- Jussi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers