mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
vabaseenc: Fix return type of encode_frame vfunc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4614>
This commit is contained in:
parent
8508ce0bc0
commit
9c08b2f53a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue