Problem while playing Audio on Tablet
Hi All,
I am facing below problems while playing audio-
Here is my development environment -
Meego SDK - 1.2
Windows XP
Tablet - EXOPC - OS - Meego 1.1.90
My Problems-
2. I am trying to play audio on device by QML code. I dont have QtMobility installed on PC.
I icluded following lines to .pro file.
CONFIG += mobility
MOBILITY = multimedia
and I imported QTMultimediakit 1.1 inside my QML file.
When I try to run it on Desktop, I am getting an error
-"QtMultimediakit 1.1 " is not installed.
Same thing, when i try to run it on device (EXOPC), I am getting run time error as below-
--------------------------------------------------------------------------------------------------------------
(:803): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
element name: uridecodebin0
uridecodebin added
element name: inputselector0
Error: "The autoaudiosink element is not working."
Error: "Internal data flow error."
GStreamer; Unable to play - "file:///usr/local/share/TestStates/qml/statesQml/gameover.wav"
Error: "No URI set"
----------------------------------------------------------
2. The Deployment device setting in Qt-Creator is 1.2 and tablet is having Meego OS-1.1.90, there is a version deference between exe
creation and device OS version. So i doubt, will I get expected output?
So to resolve the above, should I install GStreamer on device?
One more thing is, tablet what we have here is not supporting Multi-touch.
Should I update the Meego OS version?
Please help to solve the above problem.
Thanks-
Kiran


