Ben

Results 6 comments of Ben

Any progress? I'd like to get involved as I very much like the voice output from this application and it's openness. I am a german native speaker. How can I...

In 0.8.3 and 0.9, the file that exibited this behavior (H.264, 10 bit), is not not playing any more. (It says it is buffering. Sometimes, NXMP freezes). It's working without...

I can confirm the problem for freeimage. I tried the x86_64 mingw build. It will work when using -std=gnu++14 or -std=gnu++11 at compile time. This can be archived in multiple...

Version 3.15.4 of Freeimage is positively ancient, too (from 2012). By then, C++17 did not even exist. I tried with the latest version, which is 3.18.0 (from 2018), with the...

The issue is similar with libical. That one can be made to fail in a different way when using C++11 or C++14. ``` sed -i 's/-DUSE_BUILTIN_TZDATA=true/-DUSE_BUILTIN_TZDATA=true -DCMAKE_CXX_STANDARD=11/g' "$MXE_ROOT/src/libical.mk" ``` Can...

So, I have tried mapping out the call graph by navigating the GStreamer source. It seems to be something like this: ![gstreamer-registry-update-path](https://github.com/user-attachments/assets/e7730336-b8f1-46a6-9bb3-8c59efe7c5a2) By this logic, the gst_update_registry is always called....