[maemo-developers] gstreamer audio unstable on the N770

2006-09-25 Thread Mike Frantzen
Has anyone had any luck with more complicated N770 gstreamer apps? I'm playing with a custom streaming media app and it's unstable to say the least. With dsppcmsrc open multiple times the N770 is liable to throw gstreamer errors and/or spontaneously reboot. Dsppcmsink is acting slighly better an

Re: [maemo-developers] gStreamer in 2.0 release

2006-07-14 Thread Stefan Kost
Hi, ThomasBambrough wrote: > I'm trying to use the gStreamer interface in version 2 of maemo and I > keep getting the following error when I call gst_init > > test[2840]: GLIB CRITICAL ** GStreamer - > gst_element_class_set_details: assertion `GST_IS_ELEMENT_DETAILS > (details)' failed > > ERROR:

Re: [maemo-developers] gStreamer in 2.0 release

2006-07-13 Thread Greg Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ThomasBambrough wrote: > I'm trying to use the gStreamer interface in version 2 of maemo and I > keep getting the following error when I call gst_init > > test[2840]: GLIB CRITICAL ** GStreamer - gst_element_class_set_details: > assertion `GST_IS_ELEM

[maemo-developers] gStreamer in 2.0 release

2006-07-13 Thread ThomasBambrough
I'm trying to use the gStreamer interface in version 2 of maemo and I keep getting the following error when I call gst_init test[2840]: GLIB CRITICAL ** GStreamer - gst_element_class_set_details: assertion `GST_IS_ELEMENT_DETAILS (details)' failed ERROR: Caught a segmentation fault while loa

Re: [maemo-developers] Gstreamer in 770 uses OpenMax?

2006-07-11 Thread Christian Fredrik Kalager Schaller
Hi Pavan, No, GStreamer in the 770 doesn't use OpenMAX. Christian On Fri, 2006-07-07 at 17:12 +0530, Pavan Krishnamurthy wrote: > Hi, > I have a query regarding Gstreamer wrt to OpenMax APIs. I was reading > some docs on OpenMax, which is an open API standards for Hardware > Accelerators, DSP or

[maemo-developers] Gstreamer in 770 uses OpenMax?

2006-07-07 Thread Pavan Krishnamurthy
Hi,I have a query regarding Gstreamer wrt to OpenMax APIs. I was reading some docs on OpenMax, which is an open API standards for Hardware Accelerators, DSP or H/w based codecs. The OpenMax is standardised by Khronos group. As far as I could understand from the docs, OpenMax provides a layer call

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread Gustavo Sverzut Barbieri
On 7/3/06, Larry Battraw <[EMAIL PROTECTED]> wrote: For those of us who aren't "in the know" on gst-launch you need to "apt-get install gstreamer0.10-tools" as root from a terminal window. NB: you need repository.maemo.org registered in your catalog. Check http://maemo.org/maemowiki/Application

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread Larry Battraw
For those of us who aren't "in the know" on gst-launch you need to "apt-get install gstreamer0.10-tools" as root from a terminal window.  This will give you gst-launch-0.10 among other things.  You can then try commands like those listed below (substituting gst-launch-0.10 for gst-launch).LarryOn

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-07-03 Thread dari
p3sink To play raw pcm (in wav) gst-launch filesrc location=yourfile.wav ! dsppcmsink Regards Message: 10 Date: Fri, 30 Jun 2006 05:08:01 -0700 From: <[EMAIL PROTECTED]> Subject: [maemo-developers] Gstreamer in Maemo 2.0 To: maemo-developers@maemo.org Message-ID: <[

[maemo-developers] Gstreamer in Maemo 2.0

2006-06-30 Thread dari
Hi, Does someone know how to playback mp3 or wav or pcm file using gst-launch ? I have alsasink and osssink problems in both SDK_PC and SDK_ARMEL. Is there a need for new "mad" plugin and where can I get it ? I found only one for 0.8 and Maemo 2.0 uses gst 0.10. Dari

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-06-14 Thread Johannes Eickhold
Am Dienstag, den 13.06.2006, 15:56 -0700 schrieb [EMAIL PROTECTED]: > does anyone know how to use Gstreamer API for capturing > audio from the built-in microphone ? After copying gst-inspect-0.10 and gst-launch-0.10 from the package gstreamer0.10-tools in scratchbox ARMEL target, onto the 770, I

Re: [maemo-developers] Gstreamer in Maemo 2.0

2006-06-13 Thread Kemal Hadimli
I'm looking for this too. On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: does anyone know how to use Gstreamer API for capturing audio from the built-in microphone ? -- Kemal ___ maemo-developers mailing list maemo-developers@maemo.org http

[maemo-developers] Gstreamer in Maemo 2.0

2006-06-13 Thread dari
Hi, does anyone know how to use Gstreamer API for capturing audio from the built-in microphone ? Dari ___ Free e-mail by Bulgaria.com at http://mail.bulgaria.com ___ maemo-developers mailing list ma

Re: [maemo-developers] gstreamer 0.10

2006-05-26 Thread Stefan Kost
hi Bart, Am Montag, den 15.05.2006, 00:22 +0300 schrieb cmonst: > Hi! > > I would like to know if I install gstreamer 0.10 (from gstreamer.org) > on Nokia 770 will dsp sink plugins work with this gstreamer version? > (ie. plugins from 0.8 gstreamer, because I think that there is no dsp > sinks i

Re: [maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Zeeshan Ali
Hi, However, when I come to video, I tried: (Note: w.mpg is a mpeg 1 file with no audio, therefore I didn't demux it.) gst-launch-0.8 filesrc location=w.mpg ! ffdec_mpegvideo ! dspfbsink And it stuck at 'RUNNING pipeline ...'. Thats quite obviously a bug, so please file one now if you (or

RE: [maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Pinghang.Koon
That reminds me of my message post about one month ago. How to the proper way to use this dspfbsink? Yours faithfully, Alvis Koon -Original Message- Dear all, I had been trying around with the gstreamer on the Nokia 770 and had installed the gstreamer0.8-tools to it. To get some under

Re: [maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Zeeshan Ali
Hi, On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am interested in this topic as well. However, according to my experience, these information about DSP is not open. I don't think you need to know anything about the DSP and/or the internals of the plugins to use them in your app

RE: [maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Pinghang.Koon
: maemo-developers@maemo.org Subject: [maemo-developers] gstreamer dsp sinks Hello, Is there any information on how to use the dsp sinks on the nokia 770, specially the dspfbsink ? Thx, Corentin ___ maemo-developers mailing list maemo-developers

Re: [maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Zeeshan Ali
On 5/24/06, Corentin BARON <[EMAIL PROTECTED]> wrote: Hello, Hi, Is there any information on how to use the dsp sinks on the nokia 770, specially the dspfbsink ? The `gst-inspect dspfbsink` output should be able to tell you all you need to know. If it doesn't, either you are doing someth

[maemo-developers] gstreamer dsp sinks

2006-05-24 Thread Corentin BARON
Hello, Is there any information on how to use the dsp sinks on the nokia 770, specially the dspfbsink ? Thx, Corentin PGP.sig Description: Ceci est une signature électronique PGP ___ maemo-developers mailing list maemo-developers@maemo.org https:/

Re: [maemo-developers] GStreamer plugin development

2006-05-17 Thread Corentin Baron
Devesh Kothari wrote: i quickly did = apt-get source gstreamer0.8-osso [thats what i could find in Maemo 1.1] ../configure ../make it build ok on arm target. == i can see this file here libs/gst/dataprotocol/dataprotocol.h so if you in hurry :) then I

Re: [maemo-developers] GStreamer plugin development

2006-05-16 Thread Devesh Kothari
ext Corentin Baron wrote: > Devesh Kothari wrote: > > >ext Corentin Baron wrote: > > > > > > > >>Devesh Kothari wrote: > >> > >> > >> > >>>ext Corentin Baron wrote: > >>> > >>> > >>> > >>> > >>> > Hello there, > > I've made a gstreamer plugin for internal use here at INRIA. T

Re: [maemo-developers] GStreamer plugin development

2006-05-16 Thread Corentin Baron
Devesh Kothari wrote: ext Corentin Baron wrote: Devesh Kothari wrote: ext Corentin Baron wrote: Hello there, I've made a gstreamer plugin for internal use here at INRIA. The plugin works well, and I have everything I need to build it on the Nokia (our library already work

Re: [maemo-developers] GStreamer plugin development

2006-05-16 Thread Devesh Kothari
ext Corentin Baron wrote: > Devesh Kothari wrote: > > >ext Corentin Baron wrote: > > > > > > > >>Hello there, > >> > >>I've made a gstreamer plugin for internal use here at INRIA. The plugin > >>works well, and I have everything I need to build it on the Nokia (our > >>library already works on th

Re: [maemo-developers] GStreamer plugin development

2006-05-16 Thread Neil Jerram
Corentin Baron <[EMAIL PROTECTED]> writes: > Hello there, > > I've made a gstreamer plugin [...] but I can't manage to build the > plugin development package to build on the ARM target. > > Does anyone know how I could handle this? How are you trying to do the ARM build, and where is the build fa

Re: [maemo-developers] GStreamer plugin development

2006-05-16 Thread Devesh Kothari
ext Corentin Baron wrote: > Hello there, > > I've made a gstreamer plugin for internal use here at INRIA. The plugin > works well, and I have everything I need to build it on the Nokia (our > library already works on the device), but I can't manage to build the > plugin development package to buil

[maemo-developers] GStreamer plugin development

2006-05-16 Thread Corentin Baron
Hello there, I've made a gstreamer plugin for internal use here at INRIA. The plugin works well, and I have everything I need to build it on the Nokia (our library already works on the device), but I can't manage to build the plugin development package to build on the ARM target. Does anyone

[maemo-developers] gstreamer 0.10

2006-05-14 Thread cmonst
Hi! I would like to know if I install gstreamer 0.10 (from gstreamer.org) on Nokia 770 will dsp sink plugins work with this gstreamer version? (ie. plugins from 0.8 gstreamer, because I think that there is no dsp sinks in official gstreamer release). Are anywhere avilable packages or sources of

CPU video decoding test, Re: [maemo-developers] gstreamer launcher (proper video sink?)

2006-05-13 Thread Frantisek Dufka
David D. Hagood wrote: In short, clock per clock, I suspect the DSP can do more video work than the ARM can. Now, you *could* make the argument that if the workload of decoding video could somehow be split between the 2 processor cores there might be some benefit - maybe leave the video sca

[maemo-developers] GStreamer

2006-05-07 Thread Jeremy Mcnicoll
I installed all the necessary files for working with GStreamer from here: http://maemo.org/maemowiki/EnablingGstreamerSupport?highlight=%28gstreamer%29 It is possible to run # gst-launch-0.8 filesrc location=/home/user/MyDocs/.videos/IceAge2_trailer.avi ! avidemux ! {queue ! ffmpeg_mpeg4 ! sdlvideo

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

2006-04-27 Thread Frantisek Dufka
Josep Torra Valles wrote: / $ cat /sus/bus/dsptask/devices/dsptask11/devname mp2dec Is it an mpeg2 audio decoder implemented on DSP ? Can you give me info about how I could use it in my project ? Sources of gstreamer plugins which are using the DSP would be extremely useful for this but they

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

2006-04-27 Thread Frantisek Dufka
[EMAIL PROTECTED] wrote: The OMAP 1510 has a internal Framebuffer - the framebuffer in the N770 is external (I think) and has to be accessed via the 16-bit memory bus. There are internal caches, but program code and the data has also to be transported via the 16-bit memory bus. Maybe that's t

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] 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 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

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

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 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 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 & mpeg4

2006-02-23 Thread Johannes Oikarinen
Hi, What I meant to write was gst-lauch-0.8. I've also compiled the GStreamer 0.10 to the device and tried "gst-launch-0.10 gnomevfssrc location=/path/file.avi ! avidemux ! autovideosink", which freezes after printing "setting pipeline to PAUSED" and "pipeline is PREROLLING", like the previou

Re: [maemo-developers] GStreamer & mpeg4

2006-02-23 Thread Christian Fredrik Kalager Schaller
For one thing you need to use gst-launch not gst-inspect :) Christian On Thu, 2006-02-23 at 09:56 +0200, Johannes Oikarinen wrote: > Hi! > > I'm trying to view mpeg4 video files with GStreamer. Running the > "gst-inspect-0.8 gnomevfssrc location=/path/file.3gp ! demux3gp ! > dspmpeg4sink" pri

[maemo-developers] GStreamer & mpeg4

2006-02-23 Thread Johannes Oikarinen
Hi! I'm trying to view mpeg4 video files with GStreamer. Running the "gst-inspect-0.8 gnomevfssrc location=/path/file.3gp ! demux3gp ! dspmpeg4sink" prints out only text "RUNNING pipeline" and freezes. Same happens with avi files. Is there some way to get this working or some other way of vi

Re: [maemo-developers] GStreamer and 770

2006-02-16 Thread Frantisek Dufka
Christian Fredrik Kalager Schaller wrote: Also on the information track, the Tremor plugin in GStreamer 0.10 works fine on the 770. Interesting. So what exactly can I do to let the n770 video and audio player recognize ogg vorbis audio data? Frantisek _

Re: [maemo-developers] GStreamer and 770

2006-02-16 Thread Christian Fredrik Kalager Schaller
On Thu, 2006-02-16 at 13:18 +0100, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Teemu Nikkilä wrote: > > On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote: > > > >>Right now I'm looking for simple example to get started on gstreamer, I > >>could not > >>use hello

Re: [maemo-developers] GStreamer and 770

2006-02-16 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Teemu Nikkilä wrote: > On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote: > >>Right now I'm looking for simple example to get started on gstreamer, I >>could not >>use hello world on: >>http://gstreamer.freedesktop.org/data/doc/gstreamer/head/m

Re: [maemo-developers] GStreamer and 770

2006-02-16 Thread Teemu Nikkilä
On Tuesday, 7. February 2006 16:56, Matti Reijonen wrote: > Right now I'm looking for simple example to get started on gstreamer, I > could not > use hello world on: > http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapte >r-helloworld.html#section-helloworld > > gstreamer sit

Re: [maemo-developers] GStreamer and 770

2006-02-09 Thread Matti Reijonen
Sorry, I mistyped esdsink,.. actually the esdsink works and edsink does not cause there's no such thing as edsink :) my bad.. Right now I'm looking for simple example to get started on gstreamer, I could not use hello world on: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/ht

Re: [maemo-developers] GStreamer and 770

2006-02-08 Thread Christian Fredrik Kalager Schaller
Hi Matti, No there isn't a specific Maemo example yet. Nokia do have some plans on this in regards to Maemo, but I am not sure of the details. Sincerely, Christian On Tue, 2006-02-07 at 16:56 +0200, Matti Reijonen wrote: > Sorry, I mistyped esdsink,.. actually the esdsink works and edsink does no

Re: [maemo-developers] GStreamer and 770

2006-02-07 Thread Christian Fredrik Kalager Schaller
Hi Matti, Please report any such compile issues to the GStreamer bugzilla (bugzilla.gnome.org -> product GStreamer) I don't know why the esdsink doesn't build for you as it builds automatically for me in Scratchbox. Check if the libgstesd.so file exists in /usr/lib/gstreamer-0.10 directory. If

Re: [maemo-developers] GStreamer and 770

2006-02-07 Thread Timo Steuerwald
Hi Matti, do you already read this? http://maemo.org/maemowiki/EnablingGstreamerSupport But ALSA support didn't work with the internal soundcard, only via a usb headset, which uses the snd-usb-audio module. Because there doesn't exists an ALSA device for the internal dsp, you have only a Dummy

Re: [maemo-developers] GStreamer and 770

2006-02-07 Thread Zeeshan Ali
Hello, On 2/6/06, Matti Reijonen <[EMAIL PROTECTED]> wrote: > > > I followed the http://www.linuxrising.org/gstreamer-maemo-howto.html howto on > installing gstreamer on 770, I had trouble building the base plugins: That howto might be 'a bit' outdated since i remember it was writen before 0.

[maemo-developers] GStreamer and 770

2006-02-07 Thread Matti Reijonen
I followed the http://www.linuxrising.org/gstreamer-maemo-howto.html howto on installing gstreamer on 770, I had trouble building the base plugins: gsttcpserversink.c: In function `gst_tcp_server_sink_removed': gsttcpserversink.c:173: warning: unused variable `this' v4lsrc_calls.c: In function

[maemo-developers] GStreamer 0.10.0 is out!

2005-12-05 Thread Christian Fredrik Kalager Schaller
One and a half year. A large number of developers contributing. High expectations and a lot of pressure. The wait is over, GStreamer 0.10 has arrived! GStreamer 0.10 is a huge step forward for GNU/Linux and Unix multimedia. Power, stability, functionality, deployment, industry support, GStreamer 0.

Re: [maemo-developers] GStreamer package with dspgw

2005-10-24 Thread Komal Shah
Anybody on this topic? _or_ do I have to wait for GStreamer package release until the device is available? --- Komal Shah <[EMAIL PROTECTED]> wrote: > Hi, > > Where can I download GStreamer-maemo package which is using the > dspgateway to decode mp3 on dsp.? > > Actually I just want to see how

[maemo-developers] GStreamer package with dspgw

2005-10-21 Thread Komal Shah
Hi, Where can I download GStreamer-maemo package which is using the dspgateway to decode mp3 on dsp.? Actually I just want to see how it is utilizing the 1710-dspgw interface with GStreamer. I know usage of dspgw, but not much on GStreamer side. Thanx. ---Komal Shah http://komalshah.blogspot.co

Re: [maemo-developers] GStreamer

2005-09-22 Thread Christian Fredrik Kalager Schaller
Hi Ronny, Afaik (and I haven't looked at this myself) the way the DSP plugins in Maemo work is that they are all sinks themselves. So instead of decoding a mp3 using an mp3 plugin then outputting the sound to for instance an alsasink, you just send the mp3 file to the mp3sink and it will also take

Re: [maemo-developers] GStreamer

2005-09-21 Thread rh
> Hi all! > > [EMAIL PROTECTED] wrote: > > >>>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. > >>> > >

RE: [maemo-developers] GStreamer

2005-09-20 Thread Jussi.Laako
> Is it definitely sure that the device will use ALSA? - There > were also > some rumors in June/July that it will use OSS. Is there already a > microphone driver available? - Sorry for thread hijacking (:-)) I think it's safest to expect it to have none of those... ;) - Jussi ___

Re: [maemo-developers] GStreamer

2005-09-20 Thread Timo Steuerwald
Hi all! [EMAIL PROTECTED] wrote: 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,

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 alsa

Re: [maemo-developers] GStreamer

2005-09-20 Thread Christian Fredrik Kalager Schaller
Maemo uses alsa not oss, so it would be alsasink, not osssink. Christian On Tue, 2005-09-20 at 16:58 +0700, rh wrote: > Hi all, > > I want to use GStreamer to play mp3 file in my Maemo program. > I had already install GStreamer from debian packages (0.9.1 version). > But when I want to check th

[maemo-developers] GStreamer

2005-09-20 Thread rh
Hi all,   I want to use GStreamer to play mp3 file in my Maemo program. I had already install GStreamer from debian packages (0.9.1 version). 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