summaryrefslogtreecommitdiff
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
commit19169a8e9fc50aba79b65cfcac87c817ca0b9654 (patch)
tree12360d08d453b7e3c3518bca017c76ee19bab07e
parent419f2d205280e6bf50b482762f8bc2d41a89817d (diff)
downloadgstreamer-plugins-bad-19169a8e9fc50aba79b65cfcac87c817ca0b9654.tar.gz
%f is double
Original commit message from CVS: %f is double
-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 da9f06aba..7b63d819a 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;