sudeepdino008
sudeepdino008

Reputation: 3364

phonon backend plugin cannot be loaded

I am getting the following error when I run my music player program...

WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded 
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded 
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded 
The program has unexpectedly finished.

I am using the phonon library in qt creator. If required, the OS is ubuntu 12.04. What is the error?

Upvotes: 2

Views: 4539

Answers (1)

Aki
Aki

Reputation: 3839

It looks like your phonon plugin is missing. Are you sure you installed phonon-gstreamer or some other backend plugin?

For phonon-gstreamer, just do "apt install phonon-backend-gstreamer"

Upvotes: 3

Related Questions