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
@ -357,7 +357,7 @@ _add_slice (GstVp8Decoder * decoder, GstVp8Picture * picture,
|
|||||||
sizeof (slice_param), (gpointer) picture->data, picture->size);
|
sizeof (slice_param), (gpointer) picture->data, picture->size);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static GstFlowReturn
|
||||||
gst_va_vp8_dec_decode_picture (GstVp8Decoder * decoder, GstVp8Picture * picture,
|
gst_va_vp8_dec_decode_picture (GstVp8Decoder * decoder, GstVp8Picture * picture,
|
||||||
GstVp8Parser * parser)
|
GstVp8Parser * parser)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user