omxvideodec: don't import OMX buffers from downstream
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 31 Jul 2018 11:22:31 +0000 (13:22 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 30 Aug 2018 08:59:30 +0000 (10:59 +0200)
commitf108eeafdea68d44497c27de8889685f12a52ac9
tree10b9ea2600f0869435571ce90fced8ce95ebdf8b
parent7be54ad091fc185c92ebdb60d470e26a17938779
omxvideodec: don't import OMX buffers from downstream

We already have code configuring the encoder stride and slice height
when receiving the first buffer from upstream.
We don't have an equivalent when the encoder is exporting its buffers to the
decoder.

There is no point adding it and making the code even more
complex as we wouldn't gain anything by exporting from the encoder to
the decoder. The dynamic buffer mode already ensures 0-copy between OMX
components.

https://bugzilla.gnome.org/show_bug.cgi?id=796918
omx/gstomxvideodec.c