the libs of gstreamer plugins are not linked to gstreamer libs at running time
cfd new via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
I have an app on Linux which uses rpath to set lib path of customized gstreamer. The app is linked to the gstreamer libs correctly. But libs of all gstreamer plugins are not linked to gstreamer libs. Any way to solve this issue? I am trying not to set the lib path with LD_LIBRARY_PATH since my app needs to run when the computer starts. Joe