Hi everyone,
Does anybody know if there's an easy way to check the dependencies of a plugin? I ask because I'm unable to install webrtcbin with brew on mac and I think it's probably a dependency missing. If you want to reproduce it you can do so by uninstalling gstreamer if you already have it and running brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad and gst-inspect-1.0 webrtc will tell you: No such element or plugin 'webrtc' PS: I know the issue is upstream, but any help is welcome Regards -- "If we can really understand the problem, the answer will come out of it, because the answer is not separate from the problem." - KrishnamurtiVinícius Faria Toná _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
brew install libnice
is required IMHO. Then brew edit gst-plugins-bad Check if you have these lines in: depends_on "libnice" depends_on "srtp" Add both if not and re-install from source brew reinstall --build-from-source gst-plugins-bad
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
It works! Thanks for the quick response Neil, I will open a PR for the brew formula as well. Regards On Mon, Jul 8, 2019 at 11:10 AM Neil Young <[hidden email]> wrote:
"If we can really understand the problem, the answer will come out of it, because the answer is not separate from the problem." - KrishnamurtiVinícius Faria Toná _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Good to know. Since my installation is pretty up to date with 1.16.0, would you mind to share, what version you have now and if the two lines have already been included in the gst-plugins-bad script?
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
My previous installation was 1.14.4 I think and my current installation is 1.16.0. The 2 lines you gave me solved the problem depends_on "libnice" depends_on "srtp" And the PR on brew is here: https://github.com/Homebrew/homebrew-core/pull/41713 Regards On Mon, Jul 8, 2019 at 11:40 AM Neil Young <[hidden email]> wrote:
"If we can really understand the problem, the answer will come out of it, because the answer is not separate from the problem." - KrishnamurtiVinícius Faria Toná _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Great. Thanks for clarification.
Regards
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |