Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

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

Open
eero-t opened this issue Jan 7, 2019 · 0 comments

Comments

@eero-t
Copy link

eero-t commented Jan 7, 2019

Use-case:

  • build / install gstreamer-media-SDK with Meson

Actual outcome:

  • libgstmfx.so* GST plugin goes to {install-prefix}/lib/

Expected outcome:

  • GST plugin(s) go to {install-prefix}/lib/gstreamer-{apiversion}/

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant