Dan Dennedy
Dan Dennedy
> But when running melt How are you doing that? Command line manually? `melt` reads the locale and applies it. So, you may need to run with `LC_NUMERIC=C melt ......
MLT is modular such that `melt` does know anything about XML; only the dynamically-loaded `xml` module does. Since melt does much more than process XML it loads the system locale...
[MLT v7](https://mltframework.org/changes/todo/) will have the option to build with locale, which leads to point 1. The option will likely default to without locale, and only offer on as a deprecated...
Sometimes there is a crash at the end when it tries to close and cleanup, but cleanup is not necessary because the operating system kernel takes care of things. Still...
I have noticed this as well, but I have not found the source of it in the MLT code even when reading from SSD. Once it is opened/played once (without...
This project is using Movit OpenGL effects in conjunction with frame-threaded rendering (real_time attribute on the consumer element != -1) , which is not supported as indicated on the [OpenGL...
Here is a backtrace that is repeatable. I used MLT_SLICES_COUNT=1 environment var and consumer threads=1 to reduce thread clutter. ``` Current Position: 1223 Thread 23 "QThread" received signal SIGSEGV, Segmentation...
I want unit tests for changes in this area that shows the expected behavior with failing tests due to the current bugs. They should be added in a new directory...
There are now unit tests in src/tests/test_playlist/test_playlist.cpp. Add test cases that shows the failure on the current code, and submit a pull request that shows your commit fixes it.
It does not make the software unusable; it is only found to be problem in this project or some use case exercised by this project. Calling the software unusable is...