mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
omxvideodec: Log if acquiring buffer for EOS failed
This commit is contained in:
parent
3412ecf538
commit
b36db47cba
1 changed files with 2 additions and 0 deletions
|
@ -1463,6 +1463,8 @@ gst_omx_video_dec_finish (GstBaseVideoDecoder * decoder)
|
|||
buf->omx_buf->nFlags |= OMX_BUFFERFLAG_EOS;
|
||||
gst_omx_port_release_buffer (self->in_port, buf);
|
||||
GST_DEBUG_OBJECT (self, "Sent EOS to the component");
|
||||
} else {
|
||||
GST_ERROR_OBJECT (self, "Failed to acquire buffer for EOS: %d", acq_ret);
|
||||
}
|
||||
|
||||
GST_BASE_VIDEO_CODEC_STREAM_LOCK (self);
|
||||
|
|
Loading…
Reference in a new issue