From: Tim-Philipp Müller Date: Mon, 9 Dec 2013 13:55:28 +0000 (+0000) Subject: tools: play: fix compiler warning on windows X-Git-Tag: 1.3.1~332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da6d3cfacf155c60bf050ed3ce9d27f93cd86814;p=platform%2Fupstream%2Fgst-plugins-base.git tools: play: fix compiler warning on windows --- diff --git a/tools/gst-play-kb.c b/tools/gst-play-kb.c index ad26e1d..791269d 100644 --- a/tools/gst-play-kb.c +++ b/tools/gst-play-kb.c @@ -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 */