vaapisink: fix GstVideoOverlay::expose() implementation.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 28 Jul 2014 16:31:09 +0000 (18:31 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 28 Jul 2014 16:34:13 +0000 (18:34 +0200)
commitb8601cf4c5cf87f178628207e4cee194d6e6ba02
tree86bafad30009d3fe465cfb70b7d2b208a0b0c97b
parent0607898019b95b28a5edda2273831ec0d60ede6c
vaapisink: fix GstVideoOverlay::expose() implementation.

Now that we always track the currently active video buffer, it is
not necessary to automatically increase its reference since this is
implicitly performed in ::show_frame() through the get_input_buffer()
helper from GstVaapiPluginBase class.

This is a regression from a26df80.
gst/vaapi/gstvaapisink.c