implement GstMeta, organize C code, add github action for linting

This commit is contained in:
tinyzimmer
2020-09-29 12:32:55 +03:00
parent 87fada8556
commit 5f21e41f70
31 changed files with 355 additions and 488 deletions

View File

@@ -3,5 +3,6 @@ package gst
/*
#cgo pkg-config: gstreamer-1.0
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
#cgo LDFLAGS: -lm
*/
import "C"