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 267e7f4938a89c7d53eff60ae7e1953d5d4dedf9..b9252aeea7b7dffaec04d588c13f2f3f543a1b24 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 7647ab9462d7802d92948b9912b14dc2729c2273..e25a2b41b2d4293eedf6ac9bda28c34d0f62273a 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 e2bd11e1b522c0c4f30ed14c6415cb9d4a3a605e..8cce7b7f34862618c999a3d320e5a04bdd846206 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
  *