-
Notifications
You must be signed in to change notification settings - Fork 28
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
cargo build doesn't work because it requires gstreamer version 1.18 #66
Comments
How can i upgrade gstreamer to 1.18? |
It depends on the OS or Linux distribution. For example, in Ubuntu 21.04 running in a console; However, in Ubuntu 20.04 that same command installs the previous version (the repositories are not updated) if you want version 1.8 in Ubuntu 20.04 it is necessary to compile the source code |
I have Ubuntu 20.04, so i tried to compile gstreamer.
I have already installed: Any help would be appreciated, thank you |
Yes, I also have the same problem :( |
Check Lines 23 to 28 in cdfa63f
If you have an old GStreamer version you can build with $ cargo build --no-default-features --features whatever_you_want_to_enable_of_the_above_features |
For the GStreamer build problem, please report with details at https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/new |
Is it really necessary to have gstrearmer version 1.18?
Can't it be forced to use gstreamer version 1.16?
The text was updated successfully, but these errors were encountered: