Fuck Rust, this is getting way too complicated.

Fixed error handling in ``start``. Fixed more stuff in ``render``
This commit is contained in:
Wanjohi
2023-12-25 15:29:40 -08:00
parent 0b2c0a8272
commit 7a058b1f28
13 changed files with 2381 additions and 682 deletions

3
gst-moq-sink/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
gst_plugin_version_helper::info()
}