[0.11] gstreamer: bus: fix typo in the docs

Wim Taymans wtay at kemper.freedesktop.org
Sun Oct 16 05:21:33 PDT 2011


Module: gstreamer
Branch: 0.11
Commit: 72d4bbd8db6fe78ddf294d8ade71da985089c789
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=72d4bbd8db6fe78ddf294d8ade71da985089c789

Author: Stefan Sauer <ensonic at users.sf.net>
Date:   Thu Oct 13 17:33:06 2011 +0200

bus: fix typo in the docs

---

 gst/gstbus.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/gstbus.c b/gst/gstbus.c
index bca4558..a281aeb 100644
--- 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 most remove all signal watch
- * before you can set another type of watch.
+ * There can only be a single bus watch per bus, you must remove any signal
+ * watch before you can set another type of watch.
  *
  * MT safe.
  */



More information about the gstreamer-commits mailing list