~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to sys/oss4/oss4-mixer.c

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
     * add in ever iteration, which would be less exact, but who cares */
495
495
    g_get_current_time (&tv);
496
496
    g_time_val_add (&tv, GST_OSS4_MIXER_WATCH_INTERVAL * 1000);
497
 
    g_cond_timed_wait (mixer->watch_cond, GST_OBJECT_GET_LOCK (mixer), &tv);
 
497
    (void) g_cond_timed_wait (mixer->watch_cond, GST_OBJECT_GET_LOCK (mixer),
 
498
        &tv);
498
499
  }
499
500
  GST_OBJECT_UNLOCK (mixer);
500
501