controller: quick-fix compiler warning breaking the build

This is likely not the proper fix.

https://bugzilla.gnome.org/show_bug.cgi?id=666890
This commit is contained in:
Tim-Philipp Müller 2011-12-27 11:40:40 +00:00
parent 66eee8ae35
commit 63caa628c4

View file

@ -79,6 +79,9 @@ _interpolate_trigger (GstTimedValueControlSource * self, GSequenceIter * iter,
if (found) {
return cp->value;
}
g_warning ("FIXME: _interpolate_trigger return value");
return 0.0; /* FIXME */
}
static gboolean