Skip to content

check: gst_test_clock_process_next_clock_id returns nullable

Marijn Suijten requested to merge MarijnS95/gstreamer:next-clock-nullable into master

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.

See gstreamer-rs!650 (comment 715881) for sparking this change.

Merge request reports