gstelement: Fix typo in the docs

GST_ELEMENT_INFO will post a INFO message, not a WARNING
This commit is contained in:
Thiago Santos 2011-03-22 16:26:56 -03:00
parent 4b322b215a
commit 2f0dab0f44

View 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