summaryrefslogtreecommitdiffstats
path: root/gst/sdp
diff options
context:
space:
mode:
Diffstat (limited to 'gst/sdp')
-rw-r--r--gst/sdp/gstsdpdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c
index 949d2fab..303452c8 100644
--- a/gst/sdp/gstsdpdemux.c
+++ b/gst/sdp/gstsdpdemux.c
@@ -1120,7 +1120,7 @@ gst_sdp_demux_handle_message (GstBin * bin, GstMessage * message)
GST_ELEMENT_ERROR (demux, RESOURCE, READ, (NULL),
("Could not receive any UDP packets for %.4f seconds, maybe your "
"firewall is blocking it.",
- gst_guint64_to_gdouble (demux->udp_timeout / 1000000)));
+ gst_guint64_to_gdouble (demux->udp_timeout / 1000000.0)));
}
return;
}