tools: play: fix compiler warning on windows

This commit is contained in:
Tim-Philipp Müller 2013-12-09 13:55:28 +00:00
parent d273d0c156
commit da6d3cfacf

View 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 */