tools: play: fix compiler warning on windows
This commit is contained in:
parent
d273d0c156
commit
da6d3cfacf
@ -137,6 +137,7 @@ gboolean
|
|||||||
gst_play_kb_set_key_handler (GstPlayKbFunc key_func, gpointer user_data)
|
gst_play_kb_set_key_handler (GstPlayKbFunc key_func, gpointer user_data)
|
||||||
{
|
{
|
||||||
GST_FIXME ("Keyboard handling for this OS needs to be implemented");
|
GST_FIXME ("Keyboard handling for this OS needs to be implemented");
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* !G_OS_UNIX */
|
#endif /* !G_OS_UNIX */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user