mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
va: change AV1 GstVideoAlignment setting to left-top corner.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2298>
This commit is contained in:
parent
abf6c51e83
commit
a2d5223473
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ gst_va_av1_dec_new_picture (GstAV1Decoder * decoder,
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
base->valign = (GstVideoAlignment){
|
base->valign = (GstVideoAlignment){
|
||||||
.padding_bottom = self->max_height - base->height,
|
.padding_bottom = self->max_height - base->height,
|
||||||
.padding_left = self->max_width - base->width,
|
.padding_right = self->max_width - base->width,
|
||||||
};
|
};
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue