From 0011c8eb404a682516f1dda13ffb286033444119 Mon Sep 17 00:00:00 2001 From: Derek Dai Date: Fri, 2 Jun 2017 10:10:07 +0800 Subject: [PATCH] miracle-sinkctl: do not quote the value of 'Public' header of OPTION method Change-Id: I1e3994517f492aa7d9996494110077c81acc41b4 --- src/ctl/ctl-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctl/ctl-sink.c b/src/ctl/ctl-sink.c index 4580ecb..0d48ca3 100644 --- a/src/ctl/ctl-sink.c +++ b/src/ctl/ctl-sink.c @@ -39,7 +39,7 @@ static void sink_handle_options(struct ctl_sink *s, if (r < 0) return cli_vERR(r); - r = rtsp_message_append(rep, "", + r = rtsp_message_append(rep, "<&>", "Public", "org.wfa.wfd1.0, GET_PARAMETER, SET_PARAMETER"); if (r < 0)