mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
%f is double
Original commit message from CVS: %f is double
This commit is contained in:
parent
419f2d2052
commit
19169a8e9f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue