openjpeg: parser to support properly the subframes
commit 9ef51f4e Author: Aaron Boxer aaron.boxer@collabora.com Date: Tue Mar 24 09:18:28 2020 -0400
jpeg2000parse: sub-sampling parse should take component into account
commit 9aade5e0 Author: Stéphane Cerveau scerveau@collabora.com Date: Tue Apr 21 14:16:45 2020 +0200
jpeg2000parse: set pts interpolation to false.
The jpeg2000parser should not interpolate PTS especially in the
case of subframe.
commit decc7825 Author: Aaron Boxer aaron.boxer@collabora.com Date: Mon Jan 13 14:01:19 2020 -0500
jpeg2000parse: support frame and stripe alignment in caps
forward alignment and num-stripes caps properties
Use caps height when setting caps for subframe
We want downstream to use full frame height, not subframe height
Edited by Stéphane Cerveau