From 263e0458f171b907b66c340b7b13da9beaaec8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 20 May 2007 14:05:42 +0000 Subject: [PATCH] gst/rtsp/gstrtspsrc.c: Printf format fix. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp): Printf format fix. --- ChangeLog | 5 +++++ gst/rtsp/gstrtspsrc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49db7de411..7d8a5b0e7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-20 Tim-Philipp Müller + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp): + Printf format fix. + 2007-05-18 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams): diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index e274130b96..18c0421333 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -2385,7 +2385,7 @@ gst_rtspsrc_loop_udp (GstRTSPSrc * src) rtsp_connection_next_timeout (src->connection, &tv_timeout); GST_DEBUG_OBJECT (src, "doing receive with timeout %d seconds", - tv_timeout.tv_sec); + (gint) tv_timeout.tv_sec); /* we should continue reading the TCP socket because the server might * send us requests. When the session timeout expires, we need to send a