Skip to content

python: examples: Use several add() statements for building the pipeline in record_sound.py

Tobias Mueller requested to merge muelli/gstreamer:muelli-main-patch-11888 into main

The script failed with a TypeError: Gst.Bin.add() takes exactly 2 arguments (5 given). Now it works past building the pipeline.

Merge request reports