mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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>
This commit is contained in:
parent
332cfe5626
commit
e7dd25ffc1
1 changed files with 2 additions and 1 deletions
|
@ -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* */
|
||||
|
|
Loading…
Reference in a new issue