mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
v4l2: videodec: Remove leading space in comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4317>
This commit is contained in:
parent
6378ebbdcd
commit
89854fd2f3
1 changed files with 2 additions and 2 deletions
|
@ -472,9 +472,9 @@ gst_v4l2_video_dec_finish (GstVideoDecoder * decoder)
|
|||
|
||||
GST_DEBUG_OBJECT (decoder, "Done draining buffers");
|
||||
|
||||
/* Draining of the capture buffer has completed.
|
||||
/* Draining of the capture buffer has completed.
|
||||
* If any pending frames remain at this point there is a decoder error.
|
||||
* This has been observed as a driver bug, where eos is sent too early.
|
||||
* This has been observed as a driver bug, where eos is sent too early.
|
||||
* These frames will never be rendered, so drop them now with a warning */
|
||||
|
||||
pending_frames = gst_video_decoder_get_frames (decoder);
|
||||
|
|
Loading…
Reference in a new issue