[gst-cvs] gst-plugins-base: docs: fix random text after since: tag. Also fix class name to make the docs actual appear.
Stefan Kost
ensonic at kemper.freedesktop.org
Thu Feb 26 00:18:40 PST 2009
Module: gst-plugins-base
Branch: master
Commit: 5e6447c0ac615f66ed888f7a03435f2b841693bb
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=5e6447c0ac615f66ed888f7a03435f2b841693bb
Author: Stefan Kost <ensonic at users.sf.net>
Date: Thu Feb 26 10:06:23 2009 +0200
docs: fix random text after since: tag. Also fix class name to make the docs actual appear.
---
gst/playback/gstplaybasebin.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/gst/playback/gstplaybasebin.c b/gst/playback/gstplaybasebin.c
index 5ba6972..66ae4c1 100644
--- a/gst/playback/gstplaybasebin.c
+++ b/gst/playback/gstplaybasebin.c
@@ -201,12 +201,15 @@ gst_play_base_bin_class_init (GstPlayBaseBinClass * klass)
"ISO-8859-15 will be assumed.", NULL,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
- * GstPlayBin:connection-speed
+ * GstPlayBaseBin:connection-speed
*
* Network connection speed in kbps (0 = unknown)
+ * <note><simpara>
+ * Since version 0.10.10 in #GstPlayBin, at 0.10.15 moved to #GstPlayBaseBin
+ * </simpara></note>
*
- * Since: 0.10.10 at gstplaybin.c, 0.10.15 moved to gstplaybasebin
- **/
+ * Since: 0.10.10
+ */
g_object_class_install_property (gobject_klass, ARG_CONNECTION_SPEED,
g_param_spec_uint ("connection-speed", "Connection Speed",
"Network connection speed in kbps (0 = unknown)",
More information about the Gstreamer-commits
mailing list