Add GST Plugin

This commit is contained in:
Wanjohi
2023-11-25 14:41:43 +03:00
parent 54f12305d9
commit 65fc63b325
8 changed files with 979 additions and 0 deletions

3
build.rs Normal file
View File

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