mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
tools: play: fix compiler warning on windows
This commit is contained in:
parent
d273d0c156
commit
da6d3cfacf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue