documentation addition

Original commit message from CVS:
documentation addition
This commit is contained in:
Thomas Vander Stichele 2002-02-19 16:08:23 +00:00
parent 3114e54dc4
commit 0ef4c46b0e

View file

@ -270,7 +270,7 @@ gst_elementfactory_create (GstElementFactory *factory,
* It wll be given the name supplied, since all elements require a name as
* their first argument.
*
* Returns: new #GstElement
* Returns: new #GstElement (or NULL if unable to create element)
*/
GstElement*
gst_elementfactory_make (const gchar *factoryname, const gchar *name)