[gst-cvs] gstreamer: docs: clarify preset api docs

Stefan Kost ensonic at kemper.freedesktop.org
Thu Oct 15 02:18:32 PDT 2009


Module: gstreamer
Branch: master
Commit: bad284be7aa0b5c2ed1d08966f8515d55614ab41
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=bad284be7aa0b5c2ed1d08966f8515d55614ab41

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Thu Oct 15 12:16:05 2009 +0300

docs: clarify preset api docs

---

 gst/gstpreset.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/gstpreset.c b/gst/gstpreset.c
index f376aac..3dced42 100644
--- a/gst/gstpreset.c
+++ b/gst/gstpreset.c
@@ -922,8 +922,8 @@ gst_preset_load_preset (GstPreset * preset, const gchar * name)
  * @preset: a #GObject that implements #GstPreset
  * @name: preset name to save
  *
- * Save the current preset under the given name. If there is already a preset by
- * this @name it will be overwritten.
+ * Save the current object settings as a preset under the given name. If there
+ * is already a preset by this @name it will be overwritten.
  *
  * Returns: %TRUE for success, %FALSE
  *





More information about the Gstreamer-commits mailing list