Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.11.1, 5.12.0, 5.12.1, 5.12.2
-
Arch Linux, NVIDIA GTX 560 and Intel Integrated Graphics
-
-
b332456c38241d663d1eef3636129ea82fd00564 (pyside/pyside-setup/5.13)
Description
When attempting to filter a video in QML, the act of adding a filter causes a segmentation fault. I placed logging in the run() method of the QVideoFilterRunnable, and it is never called. If I comment out the 'filters' property in the VideoOutput, the video is shown. I have tried .avi and .mp4 videos, and both result in a segmentation fault.
I have attached a gdb backtrace from the crash, along with a simple program that demonstrates the issue. You will need to set the source property for the MediaPlayer to the path of a video file.