Commit Graph

4 Commits

Author SHA1 Message Date
Solganik Alexander
16ee890d5c gst: add wrapper for deinit function (#15)
* gst: add wrapper for deinit function

* build: prevent unused variable warning in cgo code compilation.

While compiling the code gcc complained with unused-variable
According to:
https://github.com/golang/go/issues/6883#issuecomment-383800123
Wall flag should not be used in CGO, nonetheless in this PR we only
remove the unused variable warning.

Co-authored-by: Solganik Alexander <alexanders@anyvision.co>
2021-06-06 12:47:32 +03:00
Avi Zimmerman
4fd15b6a7a gst_init finally works and pops correctly 2021-01-21 10:01:06 +02:00
Avi Zimmerman
ca1cdb00e7 major cleanup 2021-01-08 16:06:52 +02:00
tinyzimmer
5f21e41f70 implement GstMeta, organize C code, add github action for linting 2020-09-29 12:32:55 +03:00