mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
plugins: decode: fix a DMA caps typo in ensure_allowed_srcpad_caps.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/392>
This commit is contained in:
parent
629154642f
commit
6305acc9d3
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ gst_vaapidecode_ensure_allowed_srcpad_caps (GstVaapiDecode * decode)
|
|||
&& gst_vaapi_mem_type_supports (mem_types,
|
||||
GST_VAAPI_BUFFER_MEMORY_TYPE_DMA_BUF)) {
|
||||
dma_caps = gst_caps_copy (base_caps);
|
||||
gst_caps_set_features_simple (va_caps,
|
||||
gst_caps_set_features_simple (dma_caps,
|
||||
gst_caps_features_from_string (GST_CAPS_FEATURE_MEMORY_DMABUF));
|
||||
}
|
||||
#if (USE_GLX || USE_EGL)
|
||||
|
|
Loading…
Reference in a new issue