Avoid taking over as default gst sink by registering as GST_RANK_MARGINAL --- audio/gsta2dpsink.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c index b6df119..0753f38 100644 --- a/audio/gsta2dpsink.c +++ b/audio/gsta2dpsink.c @@ -698,6 +698,6 @@ static void gst_a2dp_sink_init(GstA2dpSink *self, 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); } -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html