
GStreamer course in Rust
Overview
The GStreamer framework’s core is written in C programming language. Still, it was designed with the possibility of being used from other programming languages that may be conceptually different from C. It is achieved through the language bindings and a technology called Glib Dynamic Type System: glib serves as a layer between the framework (GStreamer in this case) and a certain …