alsadeviceprovider: Rank down to secondary so PulseAudio can hide it
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/727>
This commit is contained in:
parent
d5a677683e
commit
2f83ca5c7f
@ -72,7 +72,7 @@ plugin_init (GstPlugin * plugin)
|
||||
GST_TYPE_ALSA_MIDI_SRC))
|
||||
return FALSE;
|
||||
if (!gst_device_provider_register (plugin, "alsadeviceprovider",
|
||||
GST_RANK_PRIMARY, GST_TYPE_ALSA_DEVICE_PROVIDER))
|
||||
GST_RANK_SECONDARY, GST_TYPE_ALSA_DEVICE_PROVIDER))
|
||||
return FALSE;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (alsa_debug, "alsa", 0, "alsa plugins");
|
||||
|
Loading…
x
Reference in New Issue
Block a user