Re: [FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Jorge Ramirez-Ortiz
On 10/06/2017 11:38 PM, Jorge Ramirez-Ortiz wrote: On 10/06/2017 10:01 PM, Mark Thompson wrote: On 06/10/17 20:53, Mark Thompson wrote: On 06/10/17 08:52, Jorge Ramirez-Ortiz wrote: It occurs when the codec is closed while buffer references still exist. This is a regression from the original p

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Jorge Ramirez-Ortiz
On 10/06/2017 10:01 PM, Mark Thompson wrote: On 06/10/17 20:53, Mark Thompson wrote: On 06/10/17 08:52, Jorge Ramirez-Ortiz wrote: It occurs when the codec is closed while buffer references still exist. This is a regression from the original patchset where support for this use-case was implemen

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Mark Thompson
On 06/10/17 20:53, Mark Thompson wrote: > On 06/10/17 08:52, Jorge Ramirez-Ortiz wrote: >> It occurs when the codec is closed while buffer references still >> exist. This is a regression from the original patchset where support >> for this use-case was implemented. >> >> The regression occurred whi

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Mark Thompson
On 06/10/17 08:52, Jorge Ramirez-Ortiz wrote: > It occurs when the codec is closed while buffer references still > exist. This is a regression from the original patchset where support > for this use-case was implemented. > > The regression occurred while cleaning the code for the last patchset > (

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Jorge Ramirez-Ortiz
On 10/06/2017 09:52 AM, Jorge Ramirez-Ortiz wrote: It occurs when the codec is closed while buffer references still exist. This is a regression from the original patchset where support for this use-case was implemented. The regression occurred while cleaning the code for the last patchset (decod

[FFmpeg-devel] [PATCH 2/2] avcodec/v4l2: fix segmentation fault on codec exit

2017-10-06 Thread Jorge Ramirez-Ortiz
It occurs when the codec is closed while buffer references still exist. This is a regression from the original patchset where support for this use-case was implemented. The regression occurred while cleaning the code for the last patchset (decoding was tested only with ffplay which disposes of the