GNOME Bugzilla – Bug 695602
crash on ARM raspberry pi debian wheezy armel and armhf
Last modified: 2013-03-12 23:09:27 UTC
gst-launch-1.0 -v videotestsrc ! video/x-raw, format=YUY2, framerate=25/1, width=720, height=576 ! videoconvert ! video/x-raw, format=I420, width=720, height=576, interlace-mode=mixed ! fakesink sync=true
Got a stack trace? What version of liborc? Does it work (not crash, that is) with $ ORC_CODE=backup gst-launch-1.0 ....
liborc-0.4-0
+ Trace 231627
liborc-0.4.so.0 liborc-0.4.so.0.16.0 liborc-test-0.4.so.0 liborc-test-0.4.so.0.16.0
That's orc 0.4.16, can you please retry with 0.4.17? This bug is supposed to be fixed there (and is for me).
liborc0.4.17 didn't crash gstreamer but all liborc tests failed. http://pastebin.com/YKfyud9m
with liborc 0.4.17 gst-launch-1.0 -v videotestsrc ! video/x-raw, format=YUY2, framerate=25/1, width=720, height=576 ! videoconvert ! video/x-raw, format=I420, width=720, height=576, interlace-mode=mixed ! videoconvert ! video/x-raw, format=RGB ! pngenc snapshot=false ! multifilesink location="frame%05d.png" generate valid data and no crash btw :) sebastian can you push 0.4.17 to debian wheezy I don't know if gstreamer have some video format conversions unit tests.
> liborc0.4.17 didn't crash gstreamer > but all liborc tests failed. > http://pastebin.com/YKfyud9m Are you referring to the 'COMPILE FAILED' output? That's expected - since the non-NEON ARM backend has been disabled entirely in 0.4.17 (lack of opcode and thus test coverage did not exactly instill confidence that it generally generates good and correct code). If there are format conversion tests, they're probably in gst-plugins-base. Resolving as NOTGNOME, since it's liborc-related really.