mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
vp8enc: finish() and drain() should return a GstFlowReturn
This commit is contained in:
parent
a2e2012ae3
commit
ced5d657e3
1 changed files with 2 additions and 2 deletions
|
@ -369,8 +369,8 @@ static gboolean gst_vp8_enc_start (GstVideoEncoder * encoder);
|
|||
static gboolean gst_vp8_enc_stop (GstVideoEncoder * encoder);
|
||||
static gboolean gst_vp8_enc_set_format (GstVideoEncoder *
|
||||
video_encoder, GstVideoCodecState * state);
|
||||
static gboolean gst_vp8_enc_finish (GstVideoEncoder * video_encoder);
|
||||
static gboolean gst_vp8_enc_drain (GstVideoEncoder * video_encoder);
|
||||
static GstFlowReturn gst_vp8_enc_finish (GstVideoEncoder * video_encoder);
|
||||
static GstFlowReturn gst_vp8_enc_drain (GstVideoEncoder * video_encoder);
|
||||
static GstFlowReturn gst_vp8_enc_handle_frame (GstVideoEncoder *
|
||||
video_encoder, GstVideoCodecFrame * frame);
|
||||
static GstFlowReturn gst_vp8_enc_pre_push (GstVideoEncoder * encoder,
|
||||
|
|
Loading…
Reference in a new issue