Diff between 839012faf3ee7653f51cff49f5780b5518f610fa and 173cde1eb4d43884a8fec5e5b4ee64a25eb5dfc7
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 af04a56..b5dfae4 100644
--- a/audio/gstavdtpsink.c
+++ b/audio/gstavdtpsink.c
@@ -1144,7 +1144,7 @@ static gboolean gst_avdtp_sink_update_caps(GstAvdtpSink *self)
static gboolean gst_avdtp_sink_get_capabilities(GstAvdtpSink *self)
{
- gchar *buf[BT_SUGGESTED_BUFFER_SIZE];
+ gchar buf[BT_SUGGESTED_BUFFER_SIZE];
struct bt_get_capabilities_req *req = (void *) buf;
struct bt_get_capabilities_rsp *rsp = (void *) buf;
int err;