mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
directsoundsink: Downgrade rank to match directsoundsrc in -bad
As stated in commit c2956036b8
in -bad,
the wasapi elements are now better than directsound, and should be
preferred if they are available.
For a later release, once the elements have more testing, we can
consider moving them to -good.
This commit is contained in:
parent
80d5c43a81
commit
3e5d92243b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
if (!gst_element_register (plugin, "directsoundsink", GST_RANK_PRIMARY,
|
||||
if (!gst_element_register (plugin, "directsoundsink", GST_RANK_SECONDARY,
|
||||
GST_TYPE_DIRECTSOUND_SINK))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue