summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-03 12:06:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-03 12:06:30 +0000
commit91a09b9fd417c8448eb398274e2343b846561cf4 (patch)
treeddcd784e85979c7e9bac187052e75d45c91723e3
parente50b9aa71e3a124e7174d2841dbb6583564088e9 (diff)
docs: fix up bytewriter doc chunks for float functions as well
-rw-r--r--libs/gst/base/gstbytewriter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/gst/base/gstbytewriter.c b/libs/gst/base/gstbytewriter.c
index b76ffe3e6f..eaf9aac110 100644
--- a/libs/gst/base/gstbytewriter.c
+++ b/libs/gst/base/gstbytewriter.c
@@ -733,7 +733,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
* Since: 0.10.26
*/
/**
- * gst_byte_writer_put_float_be:
+ * gst_byte_writer_put_float32_be:
* @writer: #GstByteWriter instance
* @val: Value to write
*
@@ -744,7 +744,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
* Since: 0.10.26
*/
/**
- * gst_byte_writer_put_double_be:
+ * gst_byte_writer_put_float64_be:
* @writer: #GstByteWriter instance
* @val: Value to write
*
@@ -755,7 +755,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
* Since: 0.10.26
*/
/**
- * gst_byte_writer_put_float_le:
+ * gst_byte_writer_put_float32_le:
* @writer: #GstByteWriter instance
* @val: Value to write
*
@@ -766,7 +766,7 @@ CREATE_WRITE_STRING_FUNC (32, guint32);
* Since: 0.10.26
*/
/**
- * gst_byte_writer_put_double_le:
+ * gst_byte_writer_put_float64_le:
* @writer: #GstByteWriter instance
* @val: Value to write
*