GNOME Bugzilla – Bug 310894
videoscale causes segfaults in YUY2 colorspace
Last modified: 2005-07-20 17:34:45 UTC
gst-launch-0.8 videotestsrc ! videoscale ! video/x-raw-yuv,width=240,height=192,framerate=10.0,format=\(fourcc\)YUY2 ! fakesink I get a segfault during the first iteration. Valgrind also reports fishy things going on. This problem is also present in 0.9. It is not present in other colorspaces. Videoscale is my current suspect, although I'm not sure.
Sorry to bother you again Dave, but I'd appreciate it if you had a look at this. Thanks bunches. I'll also be looking at it as well.
Could you be a dear and attach a valgrind log? Valgrind appears to be borkified on my machine.
Wingo asked me to check this one. This pipeline works for me using version 0.8.8. If I replace fakesink with xvimagesink, it also works.
And mine is 0.8.10/cvs (both). Attaching a valgrind log, which shows some problems but then segfaults valgrind.
Created attachment 49444 [details] Valgrinding current CVS, 0.8 branch
I see the problem only with nearest-neighbor...
Fixed in cvs, was a typo in vs_image.c