rtsp-stream: Fix compiler warnings
authorSebastian Dröge <sebastian@centricular.com>
Tue, 16 Dec 2014 15:42:13 +0000 (16:42 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Dec 2014 15:42:13 +0000 (16:42 +0100)
commit06bfc0697b8fa8d7272124868706cd896b423257
tree4333040cba4e3ba6a79d787781f0419c500d6db4
parent4f40781fff4f74ca80f202b3b6e435ff9a86ee1e
rtsp-stream: Fix compiler warnings

rtsp-stream.c:1351:3: error: non-void function 'gst_rtsp_stream_get_retransmission_time' should return a value [-Wreturn-type]
  g_return_if_fail (GST_IS_RTSP_STREAM (stream));
  ^

rtsp-stream.c:1384:3: error: non-void function 'gst_rtsp_stream_get_retransmission_pt' should return a value [-Wreturn-type]
  g_return_if_fail (GST_IS_RTSP_STREAM (stream));
  ^
gst/rtsp-server/rtsp-stream.c