ziutek / gst

Go bindings for GStreamer (retired: currently I don't use/develop this package)
Other
169 stars 48 forks source link

Fix error when compiling gst. #12

Closed fin-ger closed 6 years ago

fin-ger commented 6 years ago

github.com/ziutek/gst/common.go:187: constant 18446744073709551615 overflows int64

I changed to type to uint to fix the error message.