0

See the screenshot  

Sound works just fine on everything else but while trying to use the applet, it just doesn't work. I tried everything that I could find such as alarm-clock-music-problem and gstreamer-installation-is-missing-a-plug-in but that did not work. Does anyone know how to fix this? I am running Ubuntu 16.04

guntbert
  • 13,134

1 Answers1

1

You can try

sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
sudo apt-get install gstreamer0.10-plugins-ugly

(as suggested in this answer and also this one on Stack Overflow).

Otherwise, can you add the output of gst-launch -m?

Zanna
  • 70,465
ksyrium
  • 120