intel / gstreamer-media-SDK

GNU Lesser General Public License v2.1
90 stars 53 forks source link

Plugin installed directory to <prefix>/lib/, not to GST specific plugin subdirectory #149

Open eero-t opened 5 years ago

eero-t commented 5 years ago

Use-case:

Actual outcome:

Expected outcome:

If plugin goes to same place where all the other libraries are, GST needs to scan & try all of them. And if it does that every time given directory contents change, most of those operations / GST plugin cache rebuilding will happen unnecessarily.

This seems to be a regression from #54.