Rafał Dzięgiel
Rafał Dzięgiel
> can someone nail down what we need to install? This is handled by `gio` GStreamer plugin (`giosrc` element specifically). Should be in `gstreamer1-plugins-base`. Also GIO needs `gvfs` and its...
> so this should be working? Yes. The error of OP seems to indicate that he does not have `smb` on his `giosrc` URI schemes list.
@Redbox3070 Does removing GStreamer cache file at `$HOME/.cache/gstreamer-1.0/registry.x86_64.bin` have any effect on this? On either playability or amount of protocols listed by giosrc?
I would say to report this to GStreamer then. The error GStreamer gives is that protocol is missing in the list, but when checked it IS in the list. Clearing...
> VLC does this with "E", and looks like E isn't used as a shortcut yet But "Q" is a shortcut and it would be nice to have framestepping in...
> Is comma and period used for something yet? I guess I meant `,` and `.` (`` without holding `Shift` on majority of keyboards layouts). This is consistent with YT...
Unless something changed, extensions should NOT have point versions in their metadata (exception being when an extension works only on specific point version release), no?
> Well... if you want that rule Its not my rule. That's just how extensions actually work. Documentation clearly states: > As of GNOME 40, an entry may simply be...
Thanks for video. I could reproduce this issue with it 👍
GStreamer does not currently support auto hot-plugging of HW deinterlacers. Here, assuming you are using Intel/AMD VAAPI decoding, workaround would be: ``` flatpak run com.github.rafostar.Clapper --video-filter="vadeinterlace" ``` On non-interlaced videos,...