Diff between 5735830b2595f7021af972177f6f7ab792b0a630 and 5e9048c87882d8eb322a6b1b5d3391756ba88354

Changed Files

File Additions Deletions Status
audio/gstavdtpsink.c +1 -1 modified

Full Patch

diff --git a/audio/gstavdtpsink.c b/audio/gstavdtpsink.c
index dca9d67..c5392c5 100644
--- a/audio/gstavdtpsink.c
+++ b/audio/gstavdtpsink.c
@@ -1452,7 +1452,7 @@ static gboolean gst_avdtp_sink_start(GstBaseSink *basesink)
 		err = -errno;
 		GST_ERROR_OBJECT(self, "Cannot open connection to bt "
 			"audio service: %s %d", strerror(-err), -err);
-		goto failed;
+		return FALSE;
 	}
 
 	self->server = g_io_channel_unix_new(sk);