projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d273d0c
)
tools: play: fix compiler warning on windows
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 9 Dec 2013 13:55:28 +0000
(13:55 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 9 Dec 2013 13:55:28 +0000
(13:55 +0000)
tools/gst-play-kb.c
patch
|
blob
|
history
diff --git
a/tools/gst-play-kb.c
b/tools/gst-play-kb.c
index ad26e1d53fd36139e9a0bcb6d362e797b72e0fbd..791269d957df83dd54cc8132e4bda245a8f55ed8 100644
(file)
--- 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 */