mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:28:32 +00:00
adapter: improve docs a little.
This commit is contained in:
parent
6c47a2e69d
commit
19e5a54c9f
1 changed files with 4 additions and 2 deletions
|
@ -826,8 +826,10 @@ gst_adapter_available_fast (GstAdapter * adapter)
|
||||||
* @distance is given, the amount of bytes between the timestamp and the current
|
* @distance is given, the amount of bytes between the timestamp and the current
|
||||||
* position is returned.
|
* position is returned.
|
||||||
*
|
*
|
||||||
* The timestamp is reset to GST_CLOCK_TIME_NONE when the adapter is first
|
* The timestamp is reset to GST_CLOCK_TIME_NONE and the distance is set to 0 when
|
||||||
* created or when it is cleared.
|
* the adapter is first created or when it is cleared. This also means that before
|
||||||
|
* the first byte with a timestamp is removed from the adapter, the timestamp
|
||||||
|
* and distance returned are GST_CLOCK_TIME_NONE and 0 respectively.
|
||||||
*
|
*
|
||||||
* Returns: The previously seen timestamp.
|
* Returns: The previously seen timestamp.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue