plugin: Stop plugin symbol name at first .
authorOlivier Crête <olivier.crete@collabora.com>
Sun, 21 May 2017 15:04:10 +0000 (17:04 +0200)
committerOlivier Crête <olivier.crete@collabora.com>
Sun, 21 May 2017 15:06:24 +0000 (17:06 +0200)
commit156ce962968709feaf49d9b671a2c614c3e438ee
tree60a1a949986717bcf41ed92b23690461183c86f3
parentf6b42d1f56c9732a2ae9533b17ab95b5e8979828
plugin: Stop plugin symbol name at first .

This is because the python plugin ends up named
libgstpython.cpython-35m-x86_64-linux-gnu.so so we need to stop
at the first dot.

https://bugzilla.gnome.org/show_bug.cgi?id=782924
gst/gstplugin.c