summaryrefslogtreecommitdiff
path: root/sys/va/gstvavp9dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/va/gstvavp9dec.c')
-rw-r--r--sys/va/gstvavp9dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/va/gstvavp9dec.c b/sys/va/gstvavp9dec.c
index d12fbc9df..dcecd8dae 100644
--- a/sys/va/gstvavp9dec.c
+++ b/sys/va/gstvavp9dec.c
@@ -557,7 +557,7 @@ gst_va_vp9_dec_negotiate (GstVideoDecoder * decoder)
return FALSE;
if (base->profile == cur_profile && base->rt_format == cur_rtformat) {
- if (!gst_va_decoder_change_resolution (base->decoder, base->width,
+ if (!gst_va_decoder_update_frame_size (base->decoder, base->width,
base->height))
return FALSE;