Rafał Dzięgiel
Rafał Dzięgiel
Is this only for app launch? I am not a big fan of window changing size on it's own when switching/opening another video in the same window without user interaction...
While I think that this idea is nice and useful, it does not seem to be something that should belong to the core Clapper app. It would be better to...
Hi 👋 Does this issue also happen if you install from [my repo](https://software.opensuse.org//download.html?project=home%3ARafostar&package=clapper) instead?
Please share output of: ```sh GST_DEBUG_NO_COLOR=1 GST_DEBUG=*clapper*er:7,1 clapper ```
Lets try this: ```sh mkdir /tmp/clapper_test cp /usr/lib64/clapper-0.0/gst/plugin/importers/libgstclapperglimporter.so /tmp/clapper_test/ GST_DEBUG_NO_COLOR=1 GST_DEBUG=*clapper*er:7,1 CLAPPER_SINK_IMPORTER_PATH="/tmp/clapper_test" clapper ```
This is kinda breaking change on the GStreamer side of things. Recent GStreamer version seems to fail due to missing DRM modifier, where previously this was allowed after they introduced...
Hi. Thanks for PR. I do agree, these "importer modules" should go away. Even more so now, since it looks like there are even bigger compatibility issues with GStreamer 1.26...
Related issue #432. I should probably just bundle all (especially non-freedesktop) icons to be used as fallback. But in cases where Adwaita icon stops fitting, no other way than just...
I think that part of this problem is that currently animation has constant duration regardless how much there is to reveal. We should start by doing some simple calculation before...
> How about using the same height for the drop-down menu I would rather not cover more of video when unnecessary.