I wrote a video player with Qt and when I tried to run it, this error occurred,
Error: "Your GStreamer installation is missing a plug-in"
This issue can be fixed by running the following command,
sudo apt-get install gstreamer0.10-ffmpeg
My question is, what happened after the installation? What things are installed in my computer? I'd like to find this missing plug-in so I can package it into my .deb. I think it must be a .so file, but I just don't know which one.
Can anyone help me? Thanks.