%f is double
authorAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 17:16:40 +0000 (17:16 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 17:16:40 +0000 (17:16 +0000)
Original commit message from CVS:
%f is double

gst-libs/gst/video/video.c

index da9f06a..7b63d81 100644 (file)
@@ -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;