Re: [PATCH v2 2/3] [media] coda: first step at error recovery

2017-06-23 Thread Philipp Zabel
On Fri, 2017-06-23 at 11:29 +0200, Hans Verkuil wrote: > On 06/08/17 10:55, Philipp Zabel wrote: > > From: Lucas Stach > > > > This implements a simple handler for the case where decode did not finish > > successfully. This might be helpful during normal streaming, but for now it > > only handles

Re: [PATCH v2 2/3] [media] coda: first step at error recovery

2017-06-23 Thread Hans Verkuil
On 06/08/17 10:55, Philipp Zabel wrote: > From: Lucas Stach > > This implements a simple handler for the case where decode did not finish > successfully. This might be helpful during normal streaming, but for now it > only handles the case where the context would deadlock with userspace, > i.e. u

[PATCH v2 2/3] [media] coda: first step at error recovery

2017-06-08 Thread Philipp Zabel
From: Lucas Stach This implements a simple handler for the case where decode did not finish successfully. This might be helpful during normal streaming, but for now it only handles the case where the context would deadlock with userspace, i.e. userspace issued DEC_CMD_STOP and waits for EOS, but