-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dependencies on macOS #354
Conversation
This is needed in the video streaming plugin. This needs to be made explicit on macOS.
3d1eb04
to
086254e
Compare
08227b7
to
ee75100
Compare
ee75100
to
40eef45
Compare
@julianoes where's Gstreamer being installed here? Should it be installed using homebrew? On my PR I have gstreamer1.0 being installed through package installer, which seems to do the trick as well. But if you confirm that it can also work using the installed version using homebrew, that's better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could make sense to still have some support for Sierra, but I think for now this should be enough.
To say it bluntly: I don't think we can cater for each and everyone and their outdated systems. If people are lazy to stay up to date it's their problem. |
And thanks for your help here and merging @TSC21! |
Yeah, I guess you are right.
No problem! |
Now that gstreamer is required by default we actually need to fix getting these dependencies on macOS.