Skip to content

tracing: add hooks for gst_pad_chain() / gst_pad_chain_list()

Sebastian Dröge requested to merge slomo/gstreamer:tracer-pad-chain into main

This allows tracing buffers when they arrive in a pad instead of just when they are pushed out of a pad.

Merge request reports