diff options
author | Sreerenj Balachandran <sreerenj.balachandran@intel.com> | 2014-07-05 21:00:34 +0300 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-08-22 15:54:32 +0200 |
commit | db111fe72a7ae0592f398307f95ba328e6a6be09 (patch) | |
tree | eb69bd14c5754f9b0481dc9ef7838272f42fcbcd /gst/vaapi/gstvaapipostproc.h | |
parent | bc8e7a673471d07c16a880075d11ed49af60d51f (diff) |
vaapipostproc: fix output buffer to have a GstVaapiVideoMemory.
https://bugzilla.gnome.org/show_bug.cgi?id=720311
[used new infrastructure through base decide_allocation() impl]
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'gst/vaapi/gstvaapipostproc.h')
-rw-r--r-- | gst/vaapi/gstvaapipostproc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/vaapi/gstvaapipostproc.h b/gst/vaapi/gstvaapipostproc.h index 1154d3fe..8dc3c8f9 100644 --- a/gst/vaapi/gstvaapipostproc.h +++ b/gst/vaapi/gstvaapipostproc.h @@ -139,6 +139,7 @@ struct _GstVaapiPostproc { GPtrArray *filter_ops; GstVaapiVideoPool *filter_pool; GstVideoInfo filter_pool_info; + gboolean filter_pool_active; GArray *filter_formats; GstVideoFormat format; /* output video format (encoded) */ guint width; |