GNOME Bugzilla – Bug 618044
[cogcolorspace] I420/YV12 -> packed 4:2:2 gives assertions
Last modified: 2010-05-22 09:47:55 UTC
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv,format=(fourcc)YV12" ! cogcolorspace ! "video/x-raw-yuv,format=(fourcc)YUY2" ! fakesink Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ** (gst-launch-0.10:17006): CRITICAL **: cog_virt_frame_get_line: assertion `i < comp->height' failed ** (gst-launch-0.10:17006): CRITICAL **: cog_virt_frame_get_line: assertion `i < comp->height' failed Caught SIGSEGV accessing address (nil) Killed
*** Bug 618046 has been marked as a duplicate of this bug. ***
Created attachment 161694 [details] [review] patch Fixes YUV->YUV conversion.
Please consider for -bad release.
Comment on attachment 161694 [details] [review] patch Thanks, please push (and add bug link or number to commit message).
commit e601988ddd9fe3c9a830f8b722613d60944f6f06 Author: David Schleef <ds@schleef.org> Date: Fri May 21 20:48:34 2010 -0700 cogcolorspace: resample YUV->YUV conversions Fixes a segfault (bug #618044).