mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
element-maker: fix return value in videoencoder
This commit is contained in:
parent
5a70924251
commit
b11a36c6e8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static GstFlowReturn gst_replace_handle_frame (GstVideoEncoder *encoder, GstVide
|
|||
|
||||
GST_DEBUG_OBJECT(replace, "handle_frame");
|
||||
|
||||
return TRUE;
|
||||
return GST_FLOW_OK;
|
||||
}
|
||||
|
||||
static gboolean gst_replace_reset (GstVideoEncoder *encoder, gboolean hard)
|
||||
|
|
Loading…
Reference in a new issue