GNOME Bugzilla – Bug 760793
videoscale segfault for methods 2 to 9
Last modified: 2017-04-16 10:29:24 UTC
Using latest upstream binaries on Windows 7 64 bits (http://gstreamer.freedesktop.org/data/pkg/windows/1.7.1/gstreamer-1.0-x86_64-1.7.1.msi) , the following segfaults (crashes with methods 2 to 9, but works with 0 and 1). gst-launch-1.0.exe videotestsrc ! capsfilter caps="video/x-raw, format=(string)BGR, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1" ! videoscale method=2 ! capsfilter caps="video/x-raw,format=(string)BGR, width=(int)1280, height=(int)720, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1" ! fakesink method : method flags: readable, writable Enum "GstVideoScaleMethod" Default: 1, "bilinear" (0): nearest-neighbour - Nearest Neighbour (1): bilinear - Bilinear (2-tap) (2): 4-tap - 4-tap Sinc (3): lanczos - Lanczos (4): bilinear2 - Bilinear (multi-tap) (5): sinc - Sinc (multi-tap) (6): hermite - Hermite (multi-tap) (7): spline - Spline (multi-tap) (8): catrom - Catmull-Rom (multi-tap) (9): mitchell - Mitchell (multi-tap)
I assume it worked with 1.6? Or was it crashing there too?
Crashing as well (1.6.2)
Any chance you could get a backtrace with gdb?
Wow, gdb on windows ?
It works :) There are 32 and 64 bit binaries available.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks! PS: I think there fixes in orc that may be related to this.