~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to debian/patches/01_lower_sink_ranking.patch

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-04 13:28:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120704132849-tmwu1x7p2vxcclt1
Tags: 4.101-0ubuntu1
* New upstream release
* debian/libbluetooth3.symbols:
  - Updated
* debian/patches/10-unregister_interface_on_exit.patch:
* debian/patches/11-explicitly_close.patch:
* debian/patches/python3.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Updated by Nobuhiro Iwamatsu <iwamatsu@debian.org>
5
5
Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571595
6
6
 
7
 
Index: ubuntu/audio/gsta2dpsink.c
 
7
Index: bluez-4.101/audio/gsta2dpsink.c
8
8
===================================================================
9
 
--- ubuntu.orig/audio/gsta2dpsink.c     2012-05-01 15:49:23.129014135 +0100
10
 
+++ ubuntu/audio/gsta2dpsink.c  2012-05-01 15:49:52.705012833 +0100
11
 
@@ -725,6 +725,6 @@
 
9
--- bluez-4.101.orig/audio/gsta2dpsink.c        2012-06-14 03:04:20.000000000 +1200
 
10
+++ bluez-4.101/audio/gsta2dpsink.c     2012-07-04 13:31:44.272091868 +1200
 
11
@@ -725,5 +725,5 @@
12
12
 gboolean gst_a2dp_sink_plugin_init(GstPlugin *plugin)
13
13
 {
14
14
        return gst_element_register(plugin, "a2dpsink",
15
15
-                       GST_RANK_MARGINAL, GST_TYPE_A2DP_SINK);
16
16
+                       GST_RANK_MARGINAL-1, GST_TYPE_A2DP_SINK);
17
17
 }
18