GNOME Bugzilla – Bug 782924
Python plugin is not loaded with new plugin loader code
Last modified: 2017-12-09 13:33:39 UTC
The python plugin has a file named libgstpython.cpython-35m-x86_64-linux-gnu.so So the new loader expects a . in the symbol, which is confusing, so stop at the first dot instead of the last one.
Created attachment 352299 [details] [review] 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.
Discussed in person at the hackfest, patch approved. Attachment 352299 [details] pushed as 156ce96 - plugin: Stop plugin symbol name at first .