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:
1f3ef7a
)
bus: add missing (out) annotation to get_poll_fd()
author
Mathieu Duponchelle
<mathieu@centricular.com>
Fri, 20 Jul 2018 21:51:44 +0000
(23:51 +0200)
committer
Mathieu Duponchelle
<mathieu@centricular.com>
Fri, 20 Jul 2018 21:52:01 +0000
(23:52 +0200)
gst/gstbus.c
patch
|
blob
|
history
diff --git
a/gst/gstbus.c
b/gst/gstbus.c
index effe84722d2756ae03c652f0f6911b87f75d3f30..df2351f3e94ea73a4e78f2a6145df3fa8dbbab6c 100644
(file)
--- a/
gst/gstbus.c
+++ b/
gst/gstbus.c
@@
-762,7
+762,7
@@
no_replace:
/**
* gst_bus_get_pollfd:
* @bus: A #GstBus
- * @fd: A GPollFD to fill
+ * @fd:
(out):
A GPollFD to fill
*
* Gets the file descriptor from the bus which can be used to get notified about
* messages being available with functions like g_poll(), and allows integration