From 81c1017e556610f45163e25e5eefe8e4196459ed Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 5 Mar 2023 20:15:19 +0900 Subject: vavp8dec: Fix return type of decode_picture() Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c b/subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c index fc1adcb5fc..1871622bca 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c @@ -357,7 +357,7 @@ _add_slice (GstVp8Decoder * decoder, GstVp8Picture * picture, sizeof (slice_param), (gpointer) picture->data, picture->size); } -static gboolean +static GstFlowReturn gst_va_vp8_dec_decode_picture (GstVp8Decoder * decoder, GstVp8Picture * picture, GstVp8Parser * parser) { -- cgit v1.2.1