[Bug 795462] video: Add support for the 10bit yuv pixel format from the Rockchip SoC platform

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 27 03:03:59 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795462

--- Comment #12 from Randy Li (ayaka) <ayaka at soulik.info> ---
0:02:07.808667125 11220       0x646430 ERROR             video-info
video-info.c:694:fill_planes: Frame size 2147483647x1073741823
 would overflow                                                                 

Breakpoint 1, fill_planes (info=0x7fffffffd5f0) at video-info.c:694             
694         GST_ERROR ("Frame size %ux%u would overflow", info->width,
info->height);                                             
(gdb) print info->finfo->format                                                 
$7 = GST_VIDEO_FORMAT_ARGB                                                      
(gdb) continue                                                                  
Continuing.                                                                     
0:02:10.782590916 11220       0x646430 ERROR             video-info
video-info.c:694:fill_planes: Frame size 1073741823x1073741823
 would overflow                                                                 

Breakpoint 1, fill_planes (info=0x7fffffffd5f0) at video-info.c:694             
694         GST_ERROR ("Frame size %ux%u would overflow", info->width,
info->height);                                             
(gdb) print info->finfo->format                                                 
$8 = GST_VIDEO_FORMAT_ARGB                                                      
(gdb) continue                                                                  
Continuing.                                                                     
0:02:13.972354418 11220       0x646430 ERROR             video-info
video-info.c:694:fill_planes: Frame size 2147483647x214748364$ would overflow   

Breakpoint 1, fill_planes (info=0x7fffffffd5f0) at video-info.c:694             
694         GST_ERROR ("Frame size %ux%u would overflow", info->width,
info->height);                                             
(gdb) print info->finfo->format 
$9 = GST_VIDEO_FORMAT_ARGB      
(gdb) continue                  
Continuing.                     
0:02:17.165945971 11220       0x646430 ERROR             video-info
video-info.c:694:fill_planes: Frame size 2147483647x214748364$ would overflow   

Breakpoint 1, fill_planes (info=0x7fffffffd5f0) at video-info.c:694             
694         GST_ERROR ("Frame size %ux%u would overflow", info->width,
info->height);                                             
(gdb) print info->finfo->format 
$10 = GST_VIDEO_FORMAT_ARGB     
(gdb) continue                  
Continuing.                     
0:02:22.672242129 11220       0x646430 ERROR             video-info
video-info.c:694:fill_planes: Frame size 1073741824x1 would o$erflow 

Does log show that it is not my pixel format cause the bug?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list