tinyzimmer / go-gst

Gstreamer bindings and utilities for golang
GNU Lesser General Public License v2.1
130 stars 37 forks source link

Missing gstvideo-1.0 #36

Closed danjenkins closed 2 years ago

danjenkins commented 2 years ago
ld: library not found for -lgstvideo-1.0
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm running on mac, gstreamer and the plugins are installed via brew

❯ pkg-config --cflags gstreamer-video-1.0
-I/opt/homebrew/Cellar/libffi/3.4.2/include -I/opt/homebrew/Cellar/gst-plugins-base/1.20.2/include/gstreamer-1.0 -I/opt/homebrew/Cellar/orc/0.4.32/include/orc-0.4 -I/opt/homebrew/Cellar/gstreamer/1.20.2/include/gstreamer-1.0 -I/opt/homebrew/Cellar/glib/2.72.1/include -I/opt/homebrew/Cellar/glib/2.72.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.72.1/lib/glib-2.0/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/Cellar/pcre/8.45/include

But tinyzimmer/go-gst can't find gstvideo-1.0 and I'm a little lost as to what's missing and why....

Can you help?