mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
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:
parent
66eee8ae35
commit
63caa628c4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue