System.ExecutionEngineException with WriteableBitmap
Looking at a project where GStreamer is being used to constantly update an <Image>. There is an
here's relevant bitmap code
In the windows' OnClosed event:
AppSink with a .NewSample event which is used to update the image. Now, the <Image> element is hosted in a child window. Everything works fine until that child window is closed, and then the exception occurs inside of Buffer.cs in this method:here's relevant bitmap code
In the windows' OnClosed event: