After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618044 - [cogcolorspace] I420/YV12 -> packed 4:2:2 gives assertions
[cogcolorspace] I420/YV12 -> packed 4:2:2 gives assertions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 618046 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-05-07 18:45 UTC by Sebastian Dröge (slomo)
Modified: 2010-05-22 09:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.54 KB, patch)
2010-05-22 03:54 UTC, David Schleef
committed Details | Review

Description Sebastian Dröge (slomo) 2010-05-07 18:45:04 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
Comment 1 David Schleef 2010-05-22 03:52:58 UTC
*** Bug 618046 has been marked as a duplicate of this bug. ***
Comment 2 David Schleef 2010-05-22 03:54:10 UTC
Created attachment 161694 [details] [review]
patch

Fixes YUV->YUV conversion.
Comment 3 David Schleef 2010-05-22 03:54:54 UTC
Please consider for -bad release.
Comment 4 Tim-Philipp Müller 2010-05-22 08:44:39 UTC
Comment on attachment 161694 [details] [review]
patch

Thanks, please push (and add bug link or number to commit message).
Comment 5 Tim-Philipp Müller 2010-05-22 09:47:46 UTC
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).