Skip to content

Draft: simplify dequesource

Chad Hanna requested to merge simplify-deqsrc into main

It seems unecessary to have both source pad names and iters for DequeSource. This patch merges them and therefore can also reduce the amount of sanity checking. The new API would look like this in action:

# Create source element
src = DequeSource(
    name="src1",
    iters={"H1": [1, 2, 3]},
)

Merge request reports

Loading