Skip to content
Commit b30d5324 authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

ui: clarify usage of GST time unit macros

g_timeout_add and clutter_actor_animate expect milliseconds but GST_SECOND is
in nano. so to fix the units differnce use glib's G_TIME_SPAN_MILLISECOND
(which is 1000) to increase code readability.

https://bugzilla.gnome.org/show_bug.cgi?id=675353
parent d3e0c7b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment