Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] Fix not being able to unregister player via UnregisterPlayer
@ 2011-10-06 15:35 Luiz Augusto von Dentz
  2011-10-06 15:35 ` [PATCH BlueZ 2/2] Fix crash while registering player Luiz Augusto von Dentz
  2011-10-06 15:47 ` [PATCH BlueZ 1/2] Fix not being able to unregister player via UnregisterPlayer Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2011-10-06 15:35 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 audio/media.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/media.c b/audio/media.c
index 8d7b65b..a7866d2 100644
--- a/audio/media.c
+++ b/audio/media.c
@@ -855,7 +855,7 @@ static struct media_player *media_adapter_find_player(
 {
 	GSList *l;
 
-	for (l = adapter->endpoints; l; l = l->next) {
+	for (l = adapter->players; l; l = l->next) {
 		struct media_player *mp = l->data;
 
 		if (sender && g_strcmp0(mp->sender, sender) != 0)
-- 
1.7.6.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-06 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 15:35 [PATCH BlueZ 1/2] Fix not being able to unregister player via UnregisterPlayer Luiz Augusto von Dentz
2011-10-06 15:35 ` [PATCH BlueZ 2/2] Fix crash while registering player Luiz Augusto von Dentz
2011-10-06 15:47 ` [PATCH BlueZ 1/2] Fix not being able to unregister player via UnregisterPlayer Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox