Skip to content

Commit

Permalink
voctocore videomix cropping not needed for bgScene
Browse files Browse the repository at this point in the history
  • Loading branch information
sophieschi committed Apr 11, 2024
1 parent a9d012c commit b896fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctocore/lib/videomix.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def attach(self, pipeline):

self.log.debug('Initializing Mixer-State')
# initialize pipeline bindings for all sources
self.bgScene = Scene(self.bgSources, pipeline, self.transitions.fps, 0)
self.bgScene = Scene(self.bgSources, pipeline, self.transitions.fps, 0, cropping=False)
self.scene = Scene(self.sources, pipeline, self.transitions.fps, len(self.bgSources))
self.compositeMode = None
self.sourceA = None
Expand Down

0 comments on commit b896fd6

Please sign in to comment.