Trouble with Gstreamer gem installation

I’ve got trouble with gstreamer installation. Here’s the details.

(sudo) apt-get install libgstreamer1.0-dev

It tried to install this package automatically, what’s the output when
you try to install it manually? Can you find this package in synaptic?

Dansei Yuuki wrote in post #1154474:

(sudo) apt-get install libgstreamer1.0-dev

It tried to install this package automatically, what’s the output when
you try to install it manually? Can you find this package in synaptic?

Here’s what helped me:

sudo add-apt-repository ppa:gstreamer-developers/ppa
sudo apt-get update
sudo apt-get install gstreamer1.0

Thanks for your advice.