Skip to content

audioaggregator: Sync property values to output timestamp

Nirbheek Chauhan requested to merge nirbheek/gstreamer:audioagg-sync-outbuf into main

This is what videoaggregator already does since 2019, and it makes sense. The properties need to change at every output frame based on the output time because they may change even though the input frame is not changing. See:

gst-plugins-base@6a8c15f3

CC: @ocrete who made the change to videoagg

Edited by Nirbheek Chauhan

Merge request reports