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:
Filippo Giunchedi 2009-07-01 13:15:57 +02:00 committed by Tim-Philipp Müller
parent 86ea471beb
commit c1eb112a6d

View file

@ -687,5 +687,5 @@ gboolean
gst_a2dp_sink_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "a2dpsink",
GST_RANK_PRIMARY, GST_TYPE_A2DP_SINK);
GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
}