basevideocodec: Protect access to the list of pending frames with the object lock
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 11 Jul 2011 09:28:40 +0000 (11:28 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 Jul 2011 06:36:00 +0000 (08:36 +0200)
commit07e3936abf78c930dd413f88cbb22f6d09ea427c
tree457a6a1914d81c90c9885b3b4c6f05c5a132e614
parent9edd0034066cd309c7a3aae68d9d357a83c61eb3
basevideocodec: Protect access to the list of pending frames with the object lock

This is required if ::finish_frame() and all buffer output happens
on a different thread than the sinkpad streaming thread.
omx/gstbasevideocodec.c
omx/gstbasevideocodec.h
omx/gstbasevideodecoder.c