mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
bluez: Register the a2dp gst sink as marginal
Avoid taking over as default gst sink by registering as GST_RANK_MARGINAL
This commit is contained in:
parent
86ea471beb
commit
c1eb112a6d
1 changed files with 1 additions and 1 deletions
|
@ -687,5 +687,5 @@ gboolean
|
||||||
gst_a2dp_sink_plugin_init (GstPlugin * plugin)
|
gst_a2dp_sink_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "a2dpsink",
|
return gst_element_register (plugin, "a2dpsink",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_A2DP_SINK);
|
GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue