public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Filippo Giunchedi <filippo@esaurito.net>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Register the a2dp gst sink as marginal
Date: Wed,  1 Jul 2009 13:15:57 +0200	[thread overview]
Message-ID: <1246446957-15477-2-git-send-email-filippo@esaurito.net> (raw)
In-Reply-To: <1246446957-15477-1-git-send-email-filippo@esaurito.net>

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


  reply	other threads:[~2009-07-01 11:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-01 11:15 [PATCH] gstreamer a2dp as marginal plugin Filippo Giunchedi
2009-07-01 11:15 ` Filippo Giunchedi [this message]
2009-07-03 14:47 ` Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1246446957-15477-2-git-send-email-filippo@esaurito.net \
    --to=filippo@esaurito.net \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox