Skip to content

Fakesink fix

Yun-Jing Huang requested to merge fakesink-fix into main

When a sink is a subclass of the TSSink, we want to use the frames in self.preparedframes only after __post_pull is called in the _TSTransSink base class. Add a self.prepared attribute to check if self.preparedframes is populated in the current iteration.

Merge request reports

Loading