vavp8dec: Fix return type of decode_picture()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4113>
This commit is contained in:
Seungha Yang 2023-03-05 20:15:19 +09:00 committed by GStreamer Marge Bot
parent c5ae00f58c
commit b6e45d0de8

View file

@ -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)
{