mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +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
|
* @frame: a #GstVideoFrame
|
||||||
*
|
*
|
||||||
* Determines maximum possible decoding time for @frame that will
|
* 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
|
* In particular, a negative result means decoding in time is no longer possible
|
||||||
* and should therefore occur as soon/skippy as possible.
|
* and should therefore occur as soon/skippy as possible.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue