mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gstvaapipostproc: fix code style
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
cb8b2af5f0
commit
343739e281
1 changed files with 3 additions and 1 deletions
|
@ -932,7 +932,9 @@ ensure_allowed_sinkpad_caps (GstVaapiPostproc * postproc)
|
|||
|
||||
/* Append raw video caps */
|
||||
if (gst_vaapipostproc_ensure_display (postproc)) {
|
||||
raw_caps = gst_vaapi_plugin_base_get_allowed_raw_caps (GST_VAAPI_PLUGIN_BASE (postproc));
|
||||
raw_caps =
|
||||
gst_vaapi_plugin_base_get_allowed_raw_caps (GST_VAAPI_PLUGIN_BASE
|
||||
(postproc));
|
||||
if (raw_caps) {
|
||||
out_caps = gst_caps_make_writable (out_caps);
|
||||
gst_caps_append (out_caps, gst_caps_copy (raw_caps));
|
||||
|
|
Loading…
Reference in a new issue