Hi there…
I am running GStreamer 1.24.10 without problems.
Recently I was trying the nightly build of GStreamer because I’m interested in the latest d3d12screencapturesrc features introduced.
I downloaded the 1.25 nightly builds two months ago and everything worked well.
I re-downloaded the nighlty build today and my app does not work anymore.
When I install the nightly build I have “an invalid memory access error” that is pretty hard to debug.
If I install back the 1.24.10 or the two months nightly build it works.
Is there some breaking changes between the latest GStreamer 1.25 nightly and 1.24.x?
You’ll have to provide more information. This is some kind of crash in C code, for which you’ll have to use a native/C debugger to find out where it comes from.
we can continue there as per your suggestion… thanks.
regarding the C/Debugger
I’m just a gstreamer user via the GStreamer Java binding, this thing will require a lot for me and I don’t even guarantee that I will be able to do it in a reasonable time.