[maemo-developers] [maemo-developers] gstreamer launcher (proper video sink?)
From: Gustavo Sverzut Barbieri barbieri at gmail.comDate: Wed Apr 26 15:13:04 EEST 2006
- Previous message: [maemo-developers] gstreamer launcher (proper video sink?)
- Next message: [maemo-developers] gstreamer launcher (proper video sink?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/26/06, Frantisek Dufka <dufkaf at seznam.cz> wrote: > All the decoding is done by the DSP. This is IMO bad design choice for > (advanced) video. DSP is simply overused and too slow for this. When > playing the ice age trailer you can notice with load applet that CPU > sits almost idle while DSP is struggling to decode everything. This > makes sense for backgroung sound playback, but not for video. You hardly > play video on the background :-) I think we should have modular options to use DSP, one to decode in DSP, other to decode and show... DSP makes sense to decode since it have some useful instructions, like float point instrs, but it's not good to do everything, as for x-refresh sync we can see tearing while viewing videos using Maemo Video Player, what could be avoided by using double buffer and blits handled by main CPU. Also, with this we could use CPU to do some overlays, like OSD. But I wouldn't go with everything on CPU since GUI would become too unresponsive and maybe battery would drain (just guessing here). -- Gustavo Sverzut Barbieri -------------------------------------- Jabber: barbieri at gmail.com MSN: barbieri at gmail.com ICQ#: 17249123 Skype: gsbarbieri Mobile: +55 (81) 9927 0010 Phone: +1 (347) 624 6296; 08122692 at sip.stanaphone.com GPG: 0xB640E1A2 @ wwwkeys.pgp.net
- Previous message: [maemo-developers] gstreamer launcher (proper video sink?)
- Next message: [maemo-developers] gstreamer launcher (proper video sink?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]