Skip to content
Snippets Groups Projects
Commit 3e5d9224 authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant:
Browse files

directsoundsink: Downgrade rank to match directsoundsrc in -bad

As stated in commit c2956036b8da4b8f22a63a4f5a254be03e870aa6 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.
parent 80d5c43a
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
static gboolean static gboolean
plugin_init (GstPlugin * plugin) 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)) GST_TYPE_DIRECTSOUND_SINK))
return FALSE; return FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment