mmal/codec: Fix flushing
commit0b5d6e1b8fead8d909988fb3c6c4eb1a1952559c
authorJulian Scheel <julian@jusst.de>
Thu, 19 Oct 2017 09:23:00 +0000 (19 11:23 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 19 Oct 2017 09:35:03 +0000 (19 11:35 +0200)
tree2e10a6ca355b91a53ce81d3b74dc698edc6fe0ec
parentbc7d53020fd476e710f447dbb9aaa6c65cb99099
mmal/codec: Fix flushing

There is no reason to disable ports before flushing, neither is there a
reason to reconfigure the port after flushing. In fact this lead to
weird issues with the whole mmal stack when the codec was flushed.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/codec.c