gst/gstelementfactory.c: Fix typo in docs blurb.

Original commit message from CVS:
* gst/gstelementfactory.c:
Fix typo in docs blurb.
This commit is contained in:
Tim-Philipp Müller 2006-09-25 13:08:29 +00:00
parent 5c666e7f43
commit 9b8bf01253
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstelementfactory.c:
Fix typo in docs blurb.
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
* gst/gsturi.c: (search_by_entry):

View file

@ -628,9 +628,10 @@ gst_element_factory_get_uri_type (GstElementFactory * factory)
* gst_element_factory_get_uri_protocols:
* @factory: a #GstElementFactory
*
* Gets a NULL-terminated array of protocols this element supports or NULL, if
* Gets a NULL-terminated array of protocols this element supports or NULL if
* no protocols are supported. You may not change the contents of the returned
* array as it is still ownt by the element factory. Use g_strdupv() if you want to.
* array, as it is still owned by the element factory. Use g_strdupv() to
* make a copy of the protocol string array if you need to.
*
* Returns: the supported protocols or NULL
*/