I am running a C4 Beagleboard and trying to get Phonon running with Qt
Embedded 4.7. So far, everything configures and compiles OK, but when
I try to play an audio file via Phonon, I get the following messages
and no playback:
(<unknown>:2524): GLib-GObject-WARNING **: invalid uninstantiatable
type `(null)' in cast to `GObject'
or
(<unknown>:2524): GLib-GObject-WARNING **: invalid unclassed pointer
in cast to `GObject'
When I run this via Qt Embedded 4.7 on my desktop machine, the audio
plays fine and there are no messages in the console.
Does anyone have any ideas regarding this?