summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorJulien Isorce <j.isorce@samsung.com>2016-11-22 15:52:47 +0000
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-06-23 18:44:42 +0200
commite7dd25ffc1601446bc3a85e07032c745e2a35f47 (patch)
tree2b75b930908971b0d71059cd9cdae60681f80232 /gst
parent332cfe562605c3c37c32a535697b039f194311cb (diff)
vaapipostproc: add support for DMABuf caps feature
https://bugzilla.gnome.org/show_bug.cgi?id=755072 Signed-off-by: Julien Isorce <j.isorce@samsung.com>
Diffstat (limited to 'gst')
-rw-r--r--gst/vaapi/gstvaapipostproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c
index d45f7ee9..f9a37e15 100644
--- a/gst/vaapi/gstvaapipostproc.c
+++ b/gst/vaapi/gstvaapipostproc.c
@@ -72,7 +72,8 @@ static const char gst_vaapipostproc_src_caps_str[] =
GST_VAAPI_MAKE_GLTEXUPLOAD_CAPS "; "
#endif
GST_VIDEO_CAPS_MAKE (GST_VIDEO_FORMATS_ALL) ", "
- GST_CAPS_INTERLACED_MODES;
+ GST_CAPS_INTERLACED_MODES "; "
+ GST_VAAPI_MAKE_DMABUF_CAPS;
/* *INDENT-ON* */
/* *INDENT-OFF* */