GNOME Bugzilla – Bug 695621
Crash: videoconvert I420 -> BGRA
Last modified: 2013-03-11 13:37:19 UTC
gst-launch-1.0 videotestsrc ! "video/x-raw, format=I420" ! videoconvert ! "video/x-raw, format=BGRA" ! fakesink -v Setting pipeline to PAUSED ... Pipeline is PREROLLING ... /GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1 /GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:src: caps = video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)30/1, format=(string)BGRA /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)30/1, format=(string)BGRA /GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)30/1, format=(string)BGRA /GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-raw, width=(int)320, height=(int)240, framerate=(fraction)30/1, format=(string)BGRA /GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:sink: caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1 Caught SIGSEGV accessing address (nil) gdb backtrace: program received signal SIGSEGV, Segmentation fault.
+ Trace 231623
Thread 3077856064 (LWP 2590)
Does it work with $ ORC_CODE=backup gst-launch-1.0 ... ? Any chance you could try with the just-released liborc 0.4.17 ?
(In reply to comment #1) > Does it work with $ ORC_CODE=backup gst-launch-1.0 ... ? doesn't work. > > Any chance you could try with the just-released liborc 0.4.17 ? It works with the liborc-0.4.17
Ok, let's close this then