summaryrefslogtreecommitdiff
path: root/debian/patches/01_lower_sink_ranking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01_lower_sink_ranking.patch')
-rw-r--r--debian/patches/01_lower_sink_ranking.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/01_lower_sink_ranking.patch b/debian/patches/01_lower_sink_ranking.patch
new file mode 100644
index 0000000..4792dbf
--- /dev/null
+++ b/debian/patches/01_lower_sink_ranking.patch
@@ -0,0 +1,13 @@
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571595
+Index: bluez-4.91/audio/gsta2dpsink.c
+===================================================================
+--- bluez-4.91.orig/audio/gsta2dpsink.c 2011-02-14 07:40:34.000000000 +1100
++++ bluez-4.91/audio/gsta2dpsink.c 2011-04-05 10:12:02.731315917 +1000
+@@ -725,6 +725,6 @@
+ gboolean gst_a2dp_sink_plugin_init(GstPlugin *plugin)
+ {
+ return gst_element_register(plugin, "a2dpsink",
+- GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
++ GST_RANK_MARGINAL-1, GST_TYPE_A2DP_SINK);
+ }
+