This is simply a lacking package in recent Fedora distributions. When this happens, the "yum provides" command is very useful. For example:
# yum provides libgstapp-0.10.so.0
Loaded plugins: langpacks, nvidia, product-id, subscription-manager
gstreamer-plugins-base-0.10.36-10.el7.i686 : GStreamer streaming media framework base plug-ins
Repo : rhel-7-workstation-rpms
Matched from:
Provides : libgstapp-0.10.so.0
This example is with Red Hat Enterprise Linux 7.1, but it will work the same way on Fedora. Now that we know which package provides the lacking object that we need, we can simply install it:
# yum install gstreamer-plugins-base
If there are other lacking shared objects you can repeat this process as necessary to find and install them.