documentation addition
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 16:08:23 +0000 (16:08 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 16:08:23 +0000 (16:08 +0000)
Original commit message from CVS:
documentation addition

gst/gstelementfactory.c

index a27bb9c..aecde5e 100644 (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)