Rtp base payload bindings
Marked as draft because I get warnings in the auto bindings and I don't know how to fix them:
warning: unused import: `glib::StaticType`
--> gstreamer-rtp/src/auto/rtp_base_payload.rs:17:5
|
17 | use glib::StaticType;
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused import: `glib::ToValue`
--> gstreamer-rtp/src/auto/rtp_base_payload.rs:18:5
|
18 | use glib::ToValue;
| ^^^^^^^^^^^^^
warning: `gstreamer-rtp` (lib) generated 2 warnings
Also definitely needs review, compiles but untested yet :)
Edited by Mathieu Duponchelle