[Fix] genymotion: error while loading shared libraries: libgstreamer-0.10.so.0

Hi, When I install genymotion on Ubuntu 15.10 32 bit and run it, an error display:
genymotion: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

I search and find a solution is install libgstreamer0.10-dev and libgstreamer-plugins-base0.10-dev

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