tools: play: fix compiler warning on windows
authorTim-Philipp Müller <tim@centricular.com>
Mon, 9 Dec 2013 13:55:28 +0000 (13:55 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 9 Dec 2013 13:55:28 +0000 (13:55 +0000)
tools/gst-play-kb.c

index ad26e1d..791269d 100644 (file)
@@ -137,6 +137,7 @@ gboolean
 gst_play_kb_set_key_handler (GstPlayKbFunc key_func, gpointer user_data)
 {
   GST_FIXME ("Keyboard handling for this OS needs to be implemented");
+  return FALSE;
 }
 
 #endif /* !G_OS_UNIX */