How do I build GTK+GStreamer with basic-tutorial-5.c?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I build GTK+GStreamer with basic-tutorial-5.c?

HomanX
I did Mingw64 with gcc, and pkg-config --cflags --libs gtk+-3.0 gstreamer-1.0
gstreamer-video-1.0. No luck, my exe file show dll files missing:
libpng16
libgstreamer-1.0
libgstvideo-1.0
libgio-2.0

In VS2019, I cannot combine them with missing GST lib or missing GTK lib. I
confused why I can't mix them. Looks like they are fighting on some space
and cannot share the same project.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How do I build GTK+GStreamer with basic-tutorial-5.c?

gotsring
What's your setup? Maybe check your path environment var?

If you're using MSYS2, I had to manually install pkg-config using pacman,
but it built and ran afterwards. The build command shown in the tutorial
resulted in gcc claiming that there were missing libraries, but the real
issue was that pkg-config wasn't even installed

If you are using MSVC builds, I don't think that GTK is even built with
them.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel