mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
check: gst_test_clock_process_next_clock_id returns nullable
It is possible there are no more pending clocks in the chain, in which case this function returns null. See also tests like test_single_shot_async_future that validate NULL returns. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/714>
This commit is contained in:
parent
f5ee123958
commit
87ffe289aa
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ gst_test_clock_wait_for_pending_id_count (GstTestClock * test_clock,
|
||||||
*
|
*
|
||||||
* MT safe.
|
* MT safe.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a #GstClockID containing the next pending clock
|
* Returns: (transfer full) (nullable): a #GstClockID containing the next pending clock
|
||||||
* notification.
|
* notification.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
|
Loading…
Reference in a new issue