Rafał Dzięgiel

Results 472 comments of Rafał Dzięgiel

> Transferred from https://github.com/gianni-rosato/aviator/issues/82 According to discussion in issue you linked, you also reproduce the same problem in all other GStreamer based GTK apps. In such case, I advise you...

Hi. Thanks for PR. Seems to be failing due to: ```sh cp: cannot stat '/usr/share/gnu-config/config.sub': No such file or directory cp: cannot stat '/usr/share/gnu-config/config.guess': No such file or directory ```...

I think we can just use configs from automake you found. Should be easy change from: ```sh "cp -fp /usr/share/gnu-config/config.{sub,guess} ." ``` to: ```sh "cp -fp /usr/share/automake-*/config.{sub,guess} ." ```

I also encountered this recently on Intel Atom z3795 (Bay Trail) with "rammus" recovery image. Using "coral" (Acer Chromebook 11 C732) instead fixes this issue completely for me. Although I...

> What brunch and chrome version are you using right moment? Latest (r103). Kernel 5.10. I tried first with "rammus" as wiki suggested, but its meant for newer core Y...

Please provide more information about the issue you see (screenshot maybe?), your system/hardware and what kind of package/installation of app you are using (Flatpak?). Without these, this issue is not...

> os win 10 Oh, so its Windows package/installation issue I presume. How did you install the app? Using WinGet or downloaded installer from this repository releases page?

GStreamer backend needs a seek for playback rate change to be applied by design, so a "tiny hitch" is expected. It does have instant rate change support nowadays, but last...

> will stream the AV1 video for around 45 secs with vpu hardware acceleration and then stop It might indicate that memory is not freed correctly in video decoder. This...

Thanks. Considering that issue/discussion is now moved to upstream and as shown there, this can be reproduced with GStreamer only (without using Clapper), I am closing this one here.