Error gstreamer plugin

Netrunner 12.12.1, StreamRipStar can not find gstreamer plugin. The Error is Unable to load libary gstreamer 0.10, libgstreamer 0.10.so.

can not open shared object file. file not found.

but gstreamer is installed . What can i do ?

problem I have resolved has thus been completed. Who has the problem can try the following steps, for me it worked.

sudo apt-get install libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libglib2.0-dev

sudo ln -sf /usr/lib/libgstreamer-0.10.so.0.29.0 /usr/lib/libgstreamer-0.10.so
sudo ln -sf /lib/x86_64-linux-gnu/libglib-2.0.so.0.3000.0 /lib/x86_64-linux-gnu/libglib-2.0.so
sudo ln -sf /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3000.0 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
sudo ln -sf /usr/lib/libgstinterfaces-0.10.so.0.24.0 /usr/lib/libgstinterfaces-0.10.so
sudo ln -sf /usr/lib/libgstbase-0.10.so.0.29.0 /usr/lib/libgstbase-0.10.so

Whoa, why is it so complicated to setup?
Is it StreamRipper special or Netrunner setup supposed to work like that?

I can not say why it is so, only that it runs then. gstreamer is installed by default so it does not work for whatever reason. I think it’s a problem of shortcuts.

when I enter the sudo apt-get install libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libglib2.0-dev but it is running. this is the most important.