Skip to content

pulse: fix discovery of newly added devices

Guillaume Desmottes requested to merge gdesmott/gst-plugins-good:pulse into master

Fix regression introduced in 7bc5e28d preventing the device provider to send the device-added message for new devices. The patch meant to handle changes notifications to detect default device changes but was actually discarding all the NOT change events.

Fix #735 (closed)

Merge request reports