projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b376650
)
%f is double
author
Andy Wingo
<wingo@pobox.com>
Sun, 29 Sep 2002 17:16:40 +0000
(17:16 +0000)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/gst-libs/gst/video/video.c
b/gst-libs/gst/video/video.c
index da9f06abaddbbb5a7fa54ae5327775ae542253ba..7b63d819a61850edab254b52dcae9ab6f8d77a5e 100644
(file)
--- 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 - %
l
f 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;