Make gst_schro_enc_handle_frame return GstFlowReturn.

This commit is contained in:
Alessandro Decina 2009-10-01 16:11:46 +02:00
parent 40d832918a
commit 1584fd3f3a

View file

@ -108,7 +108,7 @@ static gboolean gst_schro_enc_start (GstBaseVideoEncoder * base_video_encoder);
static gboolean gst_schro_enc_stop (GstBaseVideoEncoder * base_video_encoder);
static gboolean gst_schro_enc_finish (GstBaseVideoEncoder * base_video_encoder,
GstVideoFrame * frame);
static gboolean gst_schro_enc_handle_frame (GstBaseVideoEncoder *
static GstFlowReturn gst_schro_enc_handle_frame (GstBaseVideoEncoder *
base_video_encoder, GstVideoFrame * frame);
static GstFlowReturn gst_schro_enc_shape_output (GstBaseVideoEncoder *
base_video_encoder, GstVideoFrame * frame);
@ -450,7 +450,7 @@ gst_schro_enc_finish (GstBaseVideoEncoder * base_video_encoder,
return TRUE;
}
static gboolean
static GstFlowReturn
gst_schro_enc_handle_frame (GstBaseVideoEncoder * base_video_encoder,
GstVideoFrame * frame)
{