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:
32b90e6
)
bus: fix typo in the docs
author
Stefan Sauer
<ensonic@users.sf.net>
Thu, 13 Oct 2011 15:33:06 +0000
(17:33 +0200)
committer
Stefan Sauer
<ensonic@users.sf.net>
Thu, 13 Oct 2011 15:33:06 +0000
(17:33 +0200)
gst/gstbus.c
patch
|
blob
|
history
diff --git
a/gst/gstbus.c
b/gst/gstbus.c
index bca4558016a07e0849a5f7ab502ca13706c39d2f..a281aeb0c867160c4e90ea472fe9853c1bb3a613 100644
(file)
--- a/
gst/gstbus.c
+++ b/
gst/gstbus.c
@@
-1217,8
+1217,8
@@
gst_bus_disable_sync_message_emission (GstBus * bus)
* responsible for calling gst_bus_remove_signal_watch() as many times as this
* function is called.
*
- * There can only be a single bus watch per bus, you m
ost remove all signal watch
- * before you can set another type of watch.
+ * There can only be a single bus watch per bus, you m
ust remove any signal
+ *
watch
before you can set another type of watch.
*
* MT safe.
*/