vaapipostproc: add some missing locking
authorMichael Olbrich <m.olbrich@pengutronix.de>
Wed, 14 Nov 2018 10:34:20 +0000 (11:34 +0100)
committerMichael Olbrich <m.olbrich@pengutronix.de>
Tue, 27 Nov 2018 06:13:20 +0000 (07:13 +0100)
commitc1de41b8414fe72c7774255520d15f3ba5836208
tree431f46f82fd59b0a0a6a47c64ac95b04e9ea9d52
parentc728fb4ff6c3b4fc9eb9b43fcea4a22bc15fd678
vaapipostproc: add some missing locking

gst_vaapi_plugin_base_close() removed the raw caps that are used indirectly
in gst_vaapipostproc_transform_caps(). The usage is already protected by
the mutex.
This is needed when the pipeline is stopped during startup.
gst/vaapi/gstvaapipostproc.c