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
@ -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…
x
Reference in New Issue
Block a user