rtsp-client: Make old compilers happy
authorEdward Hervey <bilboed@bilboed.com>
Mon, 22 Sep 2014 07:30:39 +0000 (09:30 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 22 Sep 2014 07:30:39 +0000 (09:30 +0200)
commit980553547d527fb149c6a8f8d1f9a23bd4d9c194
treee0af0e88f0238f66f0c1860c50e80e5b1be58570
parent23b9d8fbb04ceff21110086528591849c728ae48
rtsp-client: Make old compilers happy

rtsp-client.c:2553:50: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]

Just in case that guint8 doesn't fit in a pointer. Just in case ...
gst/rtsp-server/rtsp-client.c