vabaseenc: Fix return type of encode_frame vfunc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4113>
This commit is contained in:
parent
2f98234287
commit
fbf143b0fd
@ -84,9 +84,9 @@ struct _GstVaBaseEncClass
|
|||||||
GstVideoCodecFrame * frame,
|
GstVideoCodecFrame * frame,
|
||||||
gboolean bump_all,
|
gboolean bump_all,
|
||||||
GstVideoCodecFrame ** out_frame);
|
GstVideoCodecFrame ** out_frame);
|
||||||
gboolean (*encode_frame) (GstVaBaseEnc * encoder,
|
GstFlowReturn (*encode_frame) (GstVaBaseEnc * encoder,
|
||||||
GstVideoCodecFrame * frame,
|
GstVideoCodecFrame * frame,
|
||||||
gboolean is_last);
|
gboolean is_last);
|
||||||
void (*prepare_output) (GstVaBaseEnc * encoder,
|
void (*prepare_output) (GstVaBaseEnc * encoder,
|
||||||
GstVideoCodecFrame * frame);
|
GstVideoCodecFrame * frame);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user