Can't play H.264 video on RZ/G2 with OpenMAX
Categories
(Core :: Audio/Video: Playback, defect, P3)
Tracking
()
People
(Reporter: anyakichi, Unassigned)
Details
Attachments
(1 file)
9.37 KB,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
Played H.264 video on RZ/G2E and RZ/G2M with OpenMAX.
1: HTML5 MPEG Video Test in https://tekeye.uk/html/html5-video-test-page
Actual results:
I couldn't play the video.
Expected results:
I can play the video.
OpenMAX IL 1.1.2 header files were released twice on the same version, and Firefox 68 includes the OLD headers.
The main change between the two versions is definition of fixed-sized integers. For example, the old version defines OMX_U32 as unsigned long, but the new version defines it as uint32_t.
The definition of the old version is apparently wrong, because there is no guarantee that unsigned long is 32-bit length. Actually unsigned long is 64-bit length on ARM64 and this mismatch cause a problem when using OpenMAX on RZ/G2 series SoCs.
Comment 3•5 years ago
|
||
Patch looks sensible to me. Is there someone on playback who can handle reviews/try pushes?
Comment 4•5 years ago
|
||
Have you verified that this patch fixes the issue you're seeing?
Yes. This patch fixed the problem. I can play the H.264 video.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:anyakichi, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 7•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 8•3 years ago
|
||
We're no longer using openmax, so we're going to file a bug on removing it from the code base.
Updated•2 years ago
|
Description
•