gstreamer: gstelement: Fix typo in the docs

Thiago Sousa Santos thiagoss at kemper.freedesktop.org
Tue Mar 22 12:34:00 PDT 2011


Module: gstreamer
Branch: master
Commit: 2f0dab0f44dcb5260285b980feac569a10acfd33
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=2f0dab0f44dcb5260285b980feac569a10acfd33

Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Tue Mar 22 16:26:56 2011 -0300

gstelement: Fix typo in the docs

GST_ELEMENT_INFO will post a INFO message, not a WARNING

---

 gst/gstelement.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/gstelement.h b/gst/gstelement.h
index b026dff..622f05f 100644
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
@@ -459,7 +459,7 @@ G_STMT_START {                                                          \
  *
  * Utility function that elements can use in case they want to inform
  * the application of something noteworthy that is not an error.
- * The pipeline will post a warning message and the
+ * The pipeline will post a info message and the
  * application will be informed.
  *
  * Since: 0.10.12



More information about the gstreamer-commits mailing list