mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
docs: fix comment in gst_base_video_decoder_get_max_decode_time() docs
This commit is contained in:
parent
f1bbb0f8a4
commit
f27800d598
1 changed files with 1 additions and 1 deletions
|
@ -2028,7 +2028,7 @@ gst_base_video_decoder_alloc_src_frame (GstBaseVideoDecoder *
|
|||
* @frame: a #GstVideoFrame
|
||||
*
|
||||
* Determines maximum possible decoding time for @frame that will
|
||||
* allow it to decode and arrive in time (as determined by QoS messages).
|
||||
* allow it to decode and arrive in time (as determined by QoS events).
|
||||
* In particular, a negative result means decoding in time is no longer possible
|
||||
* and should therefore occur as soon/skippy as possible.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue