Re: playbin problem

2008-04-19 Thread Sanjay Gupta
: At Thu, 17 Apr 2008 15:17:33 +0530, Sanjay Gupta wrote: Can someone please tell me if playbin is working properly in maemo SDK environent? It only works in Chinook. Anything earlier including Bora doesn't work. You can try using playbinmaemo instead, which is in maemo extras

Re: playbin problem

2008-04-19 Thread Sanjay Gupta
Hi Juan, Thanks a lot :). It works without bluez packages in Chinook? But I am wondering why bluez package is creating problem for playbin. Regards, Sanjay On Fri, Apr 18, 2008 at 2:06 PM, Juan A. Suarez Romero [EMAIL PROTECTED] wrote: On Thu, 2008-04-17 at 15:17 +0530, Sanjay Gupta wrote

playbin problem

2008-04-17 Thread Sanjay Gupta
Hi all, I am trying to play mp3 file using playbin gstreamer element as follows: [sbox-CHINOOK_X86: ~] gst-launch-0.10 playbin uri=file:///home/sanjay/MyDocs/.sounds/song.mp3 But it is not working and giving the following errors:

Re: unable to play wav audio

2008-04-02 Thread Sanjay Gupta
Hi, This issue got fixed by using autoaudiosink instead of alsasink element in gstreamer pipeline. Now i can hear the sound but can someone tell me why is this behavior? why sound is not audible with alsasink? Thanks in advance. Regards, sanjay On Fri, Mar 28, 2008 at 9:05 PM, Sanjay Gupta

unable to play wav audio

2008-03-28 Thread Sanjay Gupta
Hi, I am unable to hear wav audio in Hildon UI framework using the example file example_wavlaunch.c in maemo example pack. I compiled this example in scratchbox with target CHINOOK_X86 maemo sdk version is 4.0.1. I did the following to run it. 1. $Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96

hildon/hildon-file-chooser-dialog.h error

2008-03-28 Thread Sanjay Gupta
Hi, I was trying to compile the file example_file_chooser.c provided with maemo-examples-2.0 example pack but getting the following error: example_file_chooser.c:25:47: hildon/hildon-file-chooser-dialog.h: No such file or directory example_file_chooser.c: In function

unable to play wav audio

2008-03-28 Thread Sanjay Gupta
Hi, I am unable to hear wav audio in Hildon UI framework using the example file example_wavlaunch.c in maemo example pack. I compiled this example in scratchbox with target CHINOOK_X86 maemo sdk version is 4.0.1. I did the following to run it. 1. $Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96

Re: hildon/hildon-file-chooser-dialog.h error

2008-03-28 Thread Sanjay Gupta
Hi Jani Mikkonen, I used the following command for compilation: [sbox-CHINOOK_X86] gcc `pkg-config gtk+-2.0 hildon-1 --cflags --libs` -Wall example_file_chooser.c Thanks Regards, Sanjay On Fri, Mar 28, 2008 at 9:10 PM, Jani Mikkonen [EMAIL PROTECTED] wrote: Hiya. How did you try to