13

Clementine says missing gstreamer plugin when I try to play a .m4a file. Totem and Rhythm Box play it fine.

$ wajig listinstalled gstreamer0.10
gstreamer0.10-alsa:amd64
gstreamer0.10-nice:amd64
gstreamer0.10-plugins-base:amd64
gstreamer0.10-plugins-good:amd64
gstreamer0.10-plugins-ugly:amd64
gstreamer0.10-pulseaudio:amd64
gstreamer0.10-x:amd64
libgstreamer0.10-0:amd64

I'm on Trusty, Clementine was great on Precise, so keen to get it working again.

Seth
  • 59,332
artfulrobot
  • 8,733

3 Answers3

21

You need to install gstreamer0.10-plugins-bad, and possibly remove your ~/.gstreamer-0.10/ folder, which is in your user's directory

Jos
  • 30,529
  • 8
  • 89
  • 96
6

There are missing multimedia extras plugins on your system

The fix that worked for me was running:

$ sudo apt install ubuntu-restricted-extras
Nguhi
  • 61
0

In my case gstreamer0.10-plugins-bad had already been installed but I still couldn't play m4a-files.

After installing 1.3.2 rc1 for Trusty (Ubuntu 14.04) from https://builds.clementine-player.org/ it worked.