Fakesink fix
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.