move gstreamer-app bindings to separate package to not require when using main package

This commit is contained in:
tinyzimmer
2020-09-27 13:39:02 +03:00
parent af5324a2b5
commit a94f6258a5
42 changed files with 304 additions and 268 deletions

7
gst/pkg_config.go Normal file
View File

@@ -0,0 +1,7 @@
package gst
/*
#cgo pkg-config: gstreamer-1.0 gstreamer-app-1.0
#cgo CFLAGS: -Wno-deprecated-declarations -g -Wall
*/
import "C"