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 730761 - androidmedia crash in Rockchip RK3188 devices
androidmedia crash in Rockchip RK3188 devices
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.4
Other other
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-26 12:14 UTC by Julen Garcia
Modified: 2016-03-25 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-amcvideodec-Rockchip-SOCs-apparently-don-t-provide-t.patch (1.33 KB, patch)
2014-05-26 12:35 UTC, Sebastian Dröge (slomo)
none Details | Review

Description Julen Garcia 2014-05-26 12:14:56 UTC
When using a "OMX.rk.video_decoder.avc" hardware decoder in a Rockchip RK3188 device, Gstreamer crashes because according to this thread "http://forum.xbmc.org/showthread.php?tid=152005&pid=1344619#pid1344619" the returned buffer is always MOD32.
As the input size (1440x1080) and the output size (1440x1088) do not match a crash happens (see attached log)
Comment 1 Sebastian Dröge (slomo) 2014-05-26 12:31:35 UTC
So why doesn't it just report the correct output size and the correct stride/slice-heights?!
Comment 2 Sebastian Dröge (slomo) 2014-05-26 12:35:11 UTC
Assuming these use COLOR_FormatYUV420Planar, the attached patch should fix it. Please test :) Otherwise provide a debug log please
Comment 3 Sebastian Dröge (slomo) 2014-05-26 12:35:21 UTC
Created attachment 277195 [details] [review]
0001-amcvideodec-Rockchip-SOCs-apparently-don-t-provide-t.patch
Comment 4 Sebastian Dröge (slomo) 2014-07-22 12:27:53 UTC
Julen, does the attached patch fix it for you?
Comment 5 Sebastian Dröge (slomo) 2015-04-13 07:05:15 UTC
Ping?
Comment 6 Sebastian Dröge (slomo) 2016-03-25 10:58:29 UTC
Closing as there was no response since almost a year.