Summary: | crash in orc | ||
---|---|---|---|
Product: | GStreamer SDK | Reporter: | Nicola <lists> |
Component: | Android SDK distribution | Assignee: | bugs |
Status: | NEW --- | QA Contact: | |
Severity: | major | ||
Priority: | medium | ||
Version: | 2013.6 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Nicola
2014-02-16 10:22:04 UTC
the crash can be reproduced with this simple pipeline too: videotestsrc num-buffers=1 ! textoverlay text=test ! fakesink please note that does not happen any time and some device/firmware seems more affected than other (I can reproduce often with a samsung galaxy tab after updating to 4.2.2), please ask additional info if you cannot reproduce trying to build gst-plugins-base without orc fails with these errors: CCLD libgstvideo-0.10.la video-blend.c:1145: error: undefined reference to 'video_cogorc_putline_ABGR' video-blend.c:1138: error: undefined reference to 'video_cogorc_getline_ABGR' video-blend.c:1131: error: undefined reference to 'video_cogorc_putline_BGRA' video-blend.c:1124: error: undefined reference to 'video_cogorc_getline_BGRA' video-blend.c:985: error: undefined reference to 'video_cogorc_putline_RGBA' video-blend.c:978: error: undefined reference to 'video_cogorc_getline_RGBA' video-blend.c:768: error: undefined reference to 'video_cogorc_getline_YUV9' video-blend.c:531: error: undefined reference to 'video_cogorc_getline_YUV9' video-blend.c:757: error: undefined reference to 'video_cogorc_putline_A420' video-blend.c:746: error: undefined reference to 'video_cogorc_getline_A420' video-blend.c:679: error: undefined reference to 'video_cogorc_putline_NV21' video-blend.c:670: error: undefined reference to 'video_cogorc_getline_NV21' video-blend.c:662: error: undefined reference to 'video_cogorc_putline_NV12' video-blend.c:653: error: undefined reference to 'video_cogorc_getline_NV12' video-blend.c:646: error: undefined reference to 'video_cogorc_putline_Y16' video-blend.c:639: error: undefined reference to 'video_cogorc_getline_Y16' video-blend.c:632: error: undefined reference to 'video_cogorc_putline_Y800' video-blend.c:625: error: undefined reference to 'video_cogorc_getline_Y800' video-blend.c:616: error: undefined reference to 'video_cogorc_putline_Y444' video-blend.c:607: error: undefined reference to 'video_cogorc_getline_Y444' video-blend.c:597: error: undefined reference to 'video_cogorc_putline_Y42B' video-blend.c:587: error: undefined reference to 'video_cogorc_getline_Y42B' video-blend.c:356: error: undefined reference to 'video_cogorc_putline_UYVY' video-blend.c:349: error: undefined reference to 'video_cogorc_getline_UYVY' video-blend.c:326: error: undefined reference to 'video_cogorc_putline_YUY2' video-blend.c:318: error: undefined reference to 'video_cogorc_getline_YUY2' video-blend.c:308: error: undefined reference to 'video_cogorc_putline_I420' video-blend.c:297: error: undefined reference to 'video_cogorc_getline_I420' video-blend.c:1297: error: undefined reference to 'video_orc_resample_bilinear_u32' video-blend.c:1307: error: undefined reference to 'video_orc_resample_bilinear_u32' video-blend.c:1312: error: undefined reference to 'video_orc_resample_bilinear_u32' video-blend.c:1316: error: undefined reference to 'video_orc_merge_linear_u8' as workaround I removed the textoverlay elements and I used android canvas api to get the same behaviour, slower but no segfaults anymore |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.