vavp8dec: Fix return type of decode_picture()
authorSeungha Yang <seungha@centricular.com>
Sun, 5 Mar 2023 11:15:19 +0000 (20:15 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 May 2023 09:49:21 +0000 (10:49 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4614>

subprojects/gst-plugins-bad/sys/va/gstvavp8dec.c

index fc1adcb..1871622 100644 (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)
 {