mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
omxvideodec: Don't release buffers twice if dropping because of QoS
This commit is contained in:
parent
6736a39671
commit
0f07403ff2
1 changed files with 0 additions and 1 deletions
|
@ -710,7 +710,6 @@ gst_omx_video_dec_loop (GstOMXVideoDec * self)
|
|||
GST_WARNING_OBJECT (self,
|
||||
"Frame is too late, dropping (deadline %" GST_TIME_FORMAT ")",
|
||||
GST_TIME_ARGS (-deadline));
|
||||
gst_omx_port_release_buffer (self->out_port, buf);
|
||||
flow_ret =
|
||||
gst_base_video_decoder_finish_frame (GST_BASE_VIDEO_DECODER (self),
|
||||
frame);
|
||||
|
|
Loading…
Reference in a new issue