Add gstsink to devicefinder

This commit is contained in:
Jonas Kvinge
2018-06-17 15:07:11 +02:00
parent 416beb6b8e
commit 008c39cd00
6 changed files with 12 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
#include "core/logging.h"
DirectSoundDeviceFinder::DirectSoundDeviceFinder()
: DeviceFinder("directsound") {
: DeviceFinder("directsound", "directsoundsink") {
}
QList<DeviceFinder::Device> DirectSoundDeviceFinder::ListDevices() {