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: <gstreamer/gstreamer!716>