omxvideodec: don't hold the stream lock when trying to push a frame
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 31 Aug 2018 21:28:03 +0000 (17:28 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 31 Aug 2018 21:42:07 +0000 (17:42 -0400)
commit04e1f76b600001d1b69139388432ba6fd0281fff
tree451088a564cb7f5b9b2325b51abbd2adf4dcd7ca
parentf108eeafdea68d44497c27de8889685f12a52ac9
omxvideodec: don't hold the stream lock when trying to push a frame

The base class methods will lock this properly when needed, there seems
to be no need to lock it explicitly.

This allows the patch in gstvideodec for unlocking the stream lock
when pushing buffers out to work.

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