PR feedback and more explicit about only supporting exporting 1 video
This commit is contained in:
committed by
Mattie Ruth
parent
b987579d54
commit
bad9977e8c
@@ -228,7 +228,7 @@ class OutputImageRawFrame(DataFrame, ImageRawFrame):
|
||||
|
||||
def __str__(self):
|
||||
pts = format_pts(self.pts)
|
||||
return f"{self.name}(pts: {pts}, size: {self.size}, format: {self.format})"
|
||||
return f"{self.name}(pts: {pts}, destination: {self.transport_destination}, size: {self.size}, format: {self.format})"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user