Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: Both of them works! : ) That's cool :) Question: 1)Is it correct for me to use the dspfbsink directly? (Frame buffer) Any pre-processing necessary? I'd guess it isn't, but don't know. You would be missing the new window so it looks like there should be

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread Gustavo Sverzut Barbieri
On 4/26/06, Frantisek Dufka <[EMAIL PROTECTED]> 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

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread David D. Hagood
Frantisek Dufka wrote: better resolution and better utilization of both main CPU and DSP. Or is there some catch why doing it on DSP makes better sense? AFAIK the main ARM CPU should be better suited for the task than the DSP. While I've not started working in depth on the OMAP1710, I do ha

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread Frantisek Dufka
David D. Hagood wrote: Also, many of the operations in video codecs are multiply-and-accumulate operations ( a += b*c ), which DSPs have a single instruction to do. In short, clock per clock, I suspect the DSP can do more video work than the ARM can. Well OMAP 1710 is ARM5-TEJ - the E lette

[maemo-developers] python question

2006-04-26 Thread Ian
Ola, I am playing around with python.I have an app teemu wrote (http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/) which seems to work on scratchbox. My .desktop file looks like: [Desktop Entry] Encoding=UTF-8 Version=1.0 Name=Python on the 770 Comment=Python Exec=/us

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread klaus
Am 26 Apr 2006 um 14:47 hat Frantisek Dufka geschrieben: > True. Well, as for the measuring, I only know my Tungsten T2 (OMAP > 1510,168Mhz) can play 320x240, 25FPS, 300Kbits mp4 videos better than my > N770. And TCPMP (palmos video player) uses ARM core only. So I suppose > even ARM4 core is go

[maemo-developers] gconf (on maemo) info request

2006-04-26 Thread Tom Wolf
can anybody give me some pointers / general info on how gconf is integrated integrated into the maemo platform?thankstom w wolf ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread klaus
Am 26 Apr 2006 um 22:33 hat [EMAIL PROTECTED] geschrieben: > should perform faster than the ARM cpu. I also think (but I am not > shure) that TIs 320C55x DSP has a 16 bit opcode length whereas the The TMS320C55x DSPs instruction set has a variable length encoding from 8 to 48 bits. -Klaus --

Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-04-26 Thread Josep Torra Valles
Hi ppl, first sorry if my english isn't good as I would like. About this topic, I'm working in a partial port of VLC to N770, my primary target is play an mpeg2-ts stream obtained via wifi from a dreambox 7000S STB (sat TV receiver). The stream consumed is 528x576 4:3 25 fps. I've a partial succ

Re: [maemo-developers] python question

2006-04-26 Thread Kasper Souren
> [Desktop Entry] > Encoding=UTF-8 > Version=1.0 > Name=Python on the 770 > Comment=Python > Exec=/usr/lib/python2.4 uitest.py > Icon=qgn_list_gene_default_app > Terminal=false > Type=Application > X-HildonDesk-ShowInToolbar=true > > Not sure of what to put in the Exec part of this file. The file i

Re: [maemo-developers] python question

2006-04-26 Thread Ian
disse --> Kasper Souren originais -> That should work, but don't hesitate to ask more questions :) Tha *did* work...thx []'s Ian -- .''`. : :' : `. `'` `- Orgulhoso ser MetaRecicleiro ___ maemo-develop