diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-12-17 18:46:07 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-12-18 16:38:57 +0100 |
commit | b324fc6adddefe2749bc40f6116a755553ba22bf (patch) | |
tree | dbaf8b3c619af48b1a5a290f70c8c595a71753de /gst/vaapi/gstvaapipostproc.h | |
parent | 01a3fc44c01628ff854f10b3ee8e1f64cc9bf660 (diff) |
plugins: factor out pad caps.
Diffstat (limited to 'gst/vaapi/gstvaapipostproc.h')
-rwxr-xr-x | gst/vaapi/gstvaapipostproc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/vaapi/gstvaapipostproc.h b/gst/vaapi/gstvaapipostproc.h index 55dabae8..fe049478 100755 --- a/gst/vaapi/gstvaapipostproc.h +++ b/gst/vaapi/gstvaapipostproc.h @@ -148,14 +148,12 @@ struct _GstVaapiPostproc { guint flags; GstCaps *allowed_sinkpad_caps; - GstCaps *sinkpad_caps; GstVideoInfo sinkpad_info; #if GST_CHECK_VERSION(1,0,0) GstBufferPool *sinkpad_buffer_pool; #endif guint sinkpad_buffer_size; GstCaps *allowed_srcpad_caps; - GstCaps *srcpad_caps; GstVideoInfo srcpad_info; /* Deinterlacing */ |