GNOME Bugzilla – Bug 783585
videobox: segmentation fault when changing direction properties
Last modified: 2018-11-03 15:19:47 UTC
Created attachment 353446 [details] demo app for triggering seg faluts I am trying to use the videobox element to have a video output that shows video in its actual pixel size, i.e. 1 to 1 pixel to screen ratio. I want the user to be able to slide the visible region across the image. Thus I am using the videobox element, connecting the top, bottom, left and right properties to sliders. When using the sliders to reposition the visible region, videobox segments. It would seem that rapidly changing the values triggers a race condition in the orc code. I have attached a simple app that seems to be triggering the segment for me. It is a bit make shift so if it doesn't work please ping me so we can figure out why. With this app I also seem to be triggering SIGABRT as well. It might be the same issue or another one.
Created attachment 353447 [details] Meson file for building the demo
Reminds me of https://bugzilla.gnome.org/show_bug.cgi?id=761163, likely the same bug in a different element.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/380.