Closed sp1ritCS closed 3 years ago
This happens in i965 driver when GStreamer "touches" GL context when renegotiating video resolution (adaptive streaming). This might go away when Clapper video widget is ported from GLArea to GdkPaintable. This is not reproducible on my AMD system unfortunately.
This is most likely the same issue as: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3029
I can confirm that this is GLArea unrelated. Same thing happens in GTK4 video player demo.
Applied workaround for Flatpak package. A proper fix needs to land in Mesa Intel driver (issue linked in one of above comments). Nothing more I can possibly do here, so closing.
Steps to reproduce:
com.github.rafostar.Clapper "http://www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/RedBullPlayStreets/redbull_4s/RedBullPlayStreets_4s_isoffmain_DIS_23009_1_v_2_1c2_2011_08_30.mpd"
When running inside of Valgrind, it crashes after about 7s and natively only 3-4s. So I assume it's some kind of memory issue.
Valgind log:
I'll append a
--leak-check=full --show-leak-kinds=all
dunno if you can do something with that, but my browser crashes if I'd paste it here, as it has 835030 lines. clapper_full_valgrind.txt.gz