[Pkg-bluetooth-commits] r955 - in /packages/bluez/trunk/debian: changelog patches/01_lower_sink_ranking.patch

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Tue Jun 22 03:52:20 UTC 2010


Author: iwamatsu
Date: Tue Jun 22 03:52:15 2010
New Revision: 955

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=955
Log:
Add patches/01_lower_sink_ranking.patch

Added:
    packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch
Modified:
    packages/bluez/trunk/debian/changelog

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=955&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Tue Jun 22 03:52:15 2010
@@ -11,10 +11,12 @@
       Add --enable-pnat, --enable-tracer, --enable-udevrules,
           --enable-configfiles and --enable-capng.
   * Add man file of hcitrace.
-  * Update udev rule. (Closes: #535075)
+  * Update udev rule (Closes: #535075).
     Thanks to Sjoerd Simons.
-
- -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Tue, 22 Jun 2010 12:31:35 +0900
+  * Add patch 01_lower_sink_ranking.patch (Closes: #571595).
+    Thanks to Sebastian Dröge.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Tue, 22 Jun 2010 12:45:57 +0900
 
 bluez (4.64-1) unstable; urgency=low
 

Added: packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch?rev=955&op=file
==============================================================================
--- packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch (added)
+++ packages/bluez/trunk/debian/patches/01_lower_sink_ranking.patch Tue Jun 22 03:52:15 2010
@@ -1,0 +1,13 @@
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571595
+diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c
+index 52b65e5..89794fb 100644
+--- a/audio/gsta2dpsink.c
++++ b/audio/gsta2dpsink.c
+@@ -697,6 +697,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_MARGINAL, GST_TYPE_A2DP_SINK);
++			GST_RANK_MARGINAL-1, GST_TYPE_A2DP_SINK);
+ }
+ 




More information about the Pkg-bluetooth-commits mailing list