gstelement: Fix typo in the docs
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 22 Mar 2011 19:26:56 +0000 (16:26 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 22 Mar 2011 19:27:35 +0000 (16:27 -0300)
GST_ELEMENT_INFO will post a INFO message, not a WARNING

gst/gstelement.h

index b026dff..622f05f 100644 (file)
@@ -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