rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETER
authorSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 12:24:07 +0000 (14:24 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 12:24:07 +0000 (14:24 +0200)
commitac1124efb4e5e1cef2853628ba5cb46cdb30308d
treee23e27e29f05df75d13b7cd6c06ca480120b5f96
parent9f889c59c2f7bd71c394d9d4f714b60f513c24df
rtsp-client: Fix handling of keep-alive GET_PARAMETER/SET_PARAMETER

While they logically have 0 bytes length, GstRTSPConnection is appending
a '\0' to everything making the size be 1 instead.
gst/rtsp-server/rtsp-client.c