1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

miracle-sinkctl: do not quote the value of 'Public' header of OPTION method

Change-Id: I1e3994517f492aa7d9996494110077c81acc41b4
This commit is contained in:
Derek Dai 2017-06-02 10:10:07 +08:00
parent 65535afa44
commit 0011c8eb40
No known key found for this signature in database
GPG key ID: E109CC97553EF009

View file

@ -39,7 +39,7 @@ static void sink_handle_options(struct ctl_sink *s,
if (r < 0) if (r < 0)
return cli_vERR(r); return cli_vERR(r);
r = rtsp_message_append(rep, "<s>", r = rtsp_message_append(rep, "<&>",
"Public", "Public",
"org.wfa.wfd1.0, GET_PARAMETER, SET_PARAMETER"); "org.wfa.wfd1.0, GET_PARAMETER, SET_PARAMETER");
if (r < 0) if (r < 0)