controller: quick-fix compiler warning breaking the build
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 27 Dec 2011 11:40:40 +0000 (11:40 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 27 Dec 2011 11:40:40 +0000 (11:40 +0000)
This is likely not the proper fix.

https://bugzilla.gnome.org/show_bug.cgi?id=666890

libs/gst/controller/gsttriggercontrolsource.c

index 3044cf1..c4f2562 100644 (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