mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
vavp8dec: Fix return type of decode_picture()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4113>
This commit is contained in:
parent
c5ae00f58c
commit
b6e45d0de8
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