vaapipostproc: set early properties restrictions
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Thu, 5 May 2016 10:07:59 +0000 (12:07 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 9 May 2016 12:56:03 +0000 (14:56 +0200)
commit606d166b566529188b189a5c58bcaad124868a8a
treed762c01916de16b4a4b3086e65bd05a44126fe33
parent54a2d9fb77eeadfc8669f7cdf179b739d6e7a7af
vaapipostproc: set early properties restrictions

When running transform_caps() vmethod, returning the srcpad caps, the caps are
early restricted to the element properties set: width, height, format and
force keep aspect.

A new file was added gstvaapipostprocutil.{c,h} where the utilities functions
are stored.

https://bugzilla.gnome.org/show_bug.cgi?id=758548
gst/vaapi/Makefile.am
gst/vaapi/gstvaapipostproc.c
gst/vaapi/gstvaapipostprocutil.c [new file with mode: 0644]
gst/vaapi/gstvaapipostprocutil.h [new file with mode: 0644]