summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-09-29 17:16:40 +0000
committerAndy Wingo <wingo@pobox.com>2002-09-29 17:16:40 +0000
commit2d953b211491278f34507a3d4def139ff149153c (patch)
tree4148c3cc7da0948913bfed90b6f606b61aae6297 /gst-libs
parent5a312ff117ffd73b44ae0a597afff5f152ac8a07 (diff)
%f is double
Original commit message from CVS: %f is double
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/video/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c
index da9f06ab..7b63d819 100644
--- a/gst-libs/gst/video/video.c
+++ b/gst-libs/gst/video/video.c
@@ -43,7 +43,7 @@ gst_video_frame_rate (GstPad *pad)
fps = ((gdouble) dest_value) / NUM_UNITS;
- GST_DEBUG(GST_CAT_ELEMENT_PADS, "Framerate request on pad %s:%s - %lf fps",
+ GST_DEBUG(GST_CAT_ELEMENT_PADS, "Framerate request on pad %s:%s - %f fps",
GST_ELEMENT_NAME(gst_pad_get_parent (pad)), GST_PAD_NAME(pad), fps);
return fps;