mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
vavp8dec: Fix return type of decode_picture()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4614>
This commit is contained in:
parent
69e41e4b09
commit
81c1017e55
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue