mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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* */
|
||||
base->valign = (GstVideoAlignment){
|
||||
.padding_bottom = self->max_height - base->height,
|
||||
.padding_left = self->max_width - base->width,
|
||||
.padding_right = self->max_width - base->width,
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue