Gstreamer-player-1.0 not Found, though gstreamer Is Installed and Newest Available Version

Greetings.

I’m presently trying to compile gtksoucreview-5.3.2 on Debian GNU/Linux Bullseye Stable. When trying to install the gstreamer1.0-x package via the APT, the output says that I already have version 1.18.4-2 installed. However, I get this error when running meson build:

subprojects/gtk/modules/media/meson.build:44:0: ERROR: Dependency "gstreamer-player-1.0" not found, tried pkgconfig and cmake

Thanks in advance for any help, and God bless.

Here’s my Meson log.

You need the development package for gstreamer-player-1.0. On Debian it is provided by libgstreamer-plugins-bad1.0-dev.

I would strongly advise against developing with bleeding edge dependencies on Debian stable.

I would recommend using GNOME Builder and Flatpak, instead, so you can avoid having to deal with dependencies.

1 Like

This sounds like great advice. Thank you for your input, Sir; It’s very appreciated.

God bless you, and have a nice one.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.