libs/gst/base/: Fix the names of 2 functions in the docs strings.
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 22 Oct 2008 13:47:20 +0000 (13:47 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 22 Oct 2008 13:47:20 +0000 (13:47 +0000)
Original commit message from CVS:
* libs/gst/base/gstbitreader.c:
* libs/gst/base/gstbytereader.c:
Fix the names of 2 functions in the docs strings.

ChangeLog
libs/gst/base/gstbitreader.c
libs/gst/base/gstbytereader.c

index 267e7f4..b9252ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-22  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * libs/gst/base/gstbitreader.c:
+       * libs/gst/base/gstbytereader.c:
+       Fix the names of 2 functions in the docs strings.
+
 2008-10-21  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * libs/gst/base/gstbasetransform.c:
index 7647ab9..e25a2b4 100644 (file)
@@ -116,7 +116,7 @@ gst_bit_reader_init (GstBitReader * reader, const guint8 * data, guint size)
 }
 
 /**
- * gst_bit_reader_init:
+ * gst_bit_reader_init_from_buffer:
  * @reader: a #GstBitReader instance
  * @buffer: Buffer from which the #GstBitReader should read
  *
index e2bd11e..8cce7b7 100644 (file)
@@ -171,7 +171,7 @@ gst_byte_reader_init (GstByteReader * reader, const guint8 * data, guint size)
 }
 
 /**
- * gst_byte_reader_init:
+ * gst_byte_reader_init_from_buffer:
  * @reader: a #GstByteReader instance
  * @buffer: Buffer from which the #GstByteReader should read
  *