omxvideodec: Error out if the GStreamer allocated buffer is smaller than the OpenMAX...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 6 Jul 2011 11:19:15 +0000 (13:19 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 9 Jul 2011 09:06:05 +0000 (11:06 +0200)
commit9a3753bd615a2ae85b7158ff743d035fbeb80389
tree3097b30cbd09a01c32a109c2b2170743ca113774
parent5d4f7890c20f788d32a32e7b31120fb1b26c3075
omxvideodec: Error out if the GStreamer allocated buffer is smaller than the OpenMAX output buffer

Usually this must never happen but currently it happens during reconfigurations
because of a race condition. Still it's better than crashing.
omx/gstomxvideodec.c