mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Apply 1 suggestion(s) to 1 file(s)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/868>
This commit is contained in:
parent
025b43e512
commit
fd6c296021
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ gst_v4l2_video_enc_handle_frame (GstVideoEncoder * encoder,
|
|||
/* It possible that the processing thread stopped due to an error */
|
||||
if (self->output_flow != GST_FLOW_OK &&
|
||||
self->output_flow != GST_FLOW_FLUSHING &&
|
||||
self->output_flow != GST_FLOW_CUSTOM_SUCCESS) {
|
||||
self->output_flow != GST_V4L2_FLOW_LAST_BUFFER) {
|
||||
GST_DEBUG_OBJECT (self, "Processing loop stopped with error: %s, leaving",
|
||||
gst_flow_get_name (self->output_flow));
|
||||
ret = self->output_flow;
|
||||
|
|
Loading…
Reference in a new issue