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,
|
||||
gboolean bump_all,
|
||||
GstVideoCodecFrame ** out_frame);
|
||||
gboolean (*encode_frame) (GstVaBaseEnc * encoder,
|
||||
GstVideoCodecFrame * frame,
|
||||
gboolean is_last);
|
||||
GstFlowReturn (*encode_frame) (GstVaBaseEnc * encoder,
|
||||
GstVideoCodecFrame * frame,
|
||||
gboolean is_last);
|
||||
void (*prepare_output) (GstVaBaseEnc * encoder,
|
||||
GstVideoCodecFrame * frame);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user