vaapipostproc: fix build on 64-bit platforms with GStreamer 0.10.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 15 Nov 2013 16:14:04 +0000 (17:14 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 15 Nov 2013 18:36:50 +0000 (19:36 +0100)
commit2aab27b8deb9bd4e751f62e06469d5b40057a202
treeb4d7247020b793c4df99c78746b74ad1ebae2ee6
parente7544dc57ecef55ac2a39053307b5904644156ee
vaapipostproc: fix build on 64-bit platforms with GStreamer 0.10.

The size argument for GstBaseTransform::transform_size() hook is a
guint in GStreamer 0.10 APIs but a gsize in GStreamer >= 1.0.X APIs.
gst/vaapi/gstvaapipostproc.c