Skip to content

parse: Fix a critical when using the : operator.

Jan Schmidt requested to merge thaytan/gstreamer:parse-multilink-critical into master

Fix "has no handler with id" output criticals when the : multilink operator is used. These were caused by disconnecting a signal handler multiple times.

Merge request reports