mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
one more fix
Original commit message from CVS: one more fix
This commit is contained in:
parent
b9adc22e24
commit
b02973d212
1 changed files with 1 additions and 2 deletions
|
@ -782,9 +782,8 @@ gst_fair_scheduler_reset (GstScheduler * sched)
|
||||||
|
|
||||||
g_timer_stop (fsched->iter_timer);
|
g_timer_stop (fsched->iter_timer);
|
||||||
{
|
{
|
||||||
gulong msecs;
|
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
|
gulong msecs;
|
||||||
double elapsed = g_timer_elapsed (fsched->iter_timer, &msecs);
|
double elapsed = g_timer_elapsed (fsched->iter_timer, &msecs);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue