lettier / movie-monad

:tv: A free and simple to use video player made with Haskell.
https://lettier.github.io/movie-monad
BSD 3-Clause "New" or "Revised" License
420 stars 24 forks source link

movie-monad doesn't find gst-plugins-bad #19

Closed Zemrod closed 3 years ago

Zemrod commented 4 years ago

Despite having the plugins installed (version 1.16.2) i get the following error message, "gtksink" not found. No videos will show. Install the GStreamer 1.0 bad plugins version 1.8 or higher

lettier commented 4 years ago

Hello,

I believe the gst-plugin-gtk now provides gtksink.

:+1:

Zemrod commented 4 years ago

alrighty that fixed it, another dependency that showed itself after that was gst-libav, which seems to be needed to actually show the visual part of videos.

i modified the according line in the PKGBUILD on my system, it would look like this for the runtime dependencies: depends=("gtk3" "gstreamer" "gst-plugins-base-libs" "gst-plugins-base" "gst-plugins-good" "gst-plugin-gtk" "gst-libav" "gobject-introspection-runtime") also tested it

Addedendum: the dependency of issue 18 is also included