mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
client: fix compilation
This commit is contained in:
parent
84e72262d0
commit
f460e7360e
1 changed files with 1 additions and 2 deletions
|
@ -322,8 +322,7 @@ send_response (GstRTSPClient * client, GstRTSPSession * session,
|
|||
}
|
||||
|
||||
if (close) {
|
||||
gst_rtsp_message_add_header (state->response, GST_RTSP_HDR_CONNECTION,
|
||||
"close");
|
||||
gst_rtsp_message_add_header (response, GST_RTSP_HDR_CONNECTION, "close");
|
||||
}
|
||||
/* send the response and store the seq number so we can wait until it's
|
||||
* written to the client to close the connection */
|
||||
|
|
Loading…
Reference in a new issue