mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs: fix random text after since: tag. Also fix class name to make the docs actual appear.
This commit is contained in:
parent
a6ea8280a2
commit
5e6447c0ac
1 changed files with 6 additions and 3 deletions
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue