diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-10-05 14:44:18 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-10-05 14:44:18 +0000 |
commit | 731f14c4b9f200cacd7f3e79637c6f23c4b500f5 (patch) | |
tree | b50fccb41f9a069352a7988f2234eabf43cf3e09 /gst/gstutils.c | |
parent | 04fb0735f9e2c6380708945b5b7384639e1d743f (diff) |
gst/: Small comment and documentation update.
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_pause_task):
* gst/gstutils.c:
Small comment and documentation update.
Diffstat (limited to 'gst/gstutils.c')
-rw-r--r-- | gst/gstutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstutils.c b/gst/gstutils.c index 2e1330642..f745659d9 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -2190,7 +2190,8 @@ gst_object_default_error (GstObject * source, GError * error, gchar * debug) * @...: additional elements to add to the bin * * Adds a NULL-terminated list of elements to a bin. This function is - * equivalent to calling gst_bin_add() for each member of the list. + * equivalent to calling gst_bin_add() for each member of the list. The return + * value of each gst_bin_add() is ignored. */ void gst_bin_add_many (GstBin * bin, GstElement * element_1, ...) |