gst-plugin-rs | Rust crate for writing GStreamer plugins | HTTP library
kandi X-RAY | gst-plugin-rs Summary
kandi X-RAY | gst-plugin-rs Summary
Rust crate for writing GStreamer plugins and various plugins - This repository moved to
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gst-plugin-rs
gst-plugin-rs Key Features
gst-plugin-rs Examples and Code Snippets
Community Discussions
Trending Discussions on gst-plugin-rs
QUESTION
I am trying to follow the tutorial at https://coaxion.net/blog/2018/01/how-to-write-gstreamer-elements-in-rust-part-1-a-video-filter-for-converting-rgb-to-grayscale/ about writing gstreamer plugins using rust.
If you follow the tutorial to the first point where I have compilable code Cargo.toml is
...ANSWER
Answered 2019-Jul-16 at 15:40You can find new versions of the tutorials here and the latest version of the code here.
Your problem is that you're still using the gst-plugin
crate, but that's obsolete nowadays and everything's part of the glib
/ gstreamer
/ gstreamer-base
/ etc crates now if you enable the subclass
feature of them. See the links above for the details.
Depending on the old version of the gst-plugin
crate will pull in an older version of the glib-sys
(and others) crate, and you can't have two different versions of a -sys
crate in the same project.
You'll have the same problem again if you uncomment the glib
dependency. Once you update that to the 0.8
version of glib
, that error would also go away.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gst-plugin-rs
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page