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.
+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:
}
/**
- * gst_bit_reader_init:
+ * gst_bit_reader_init_from_buffer:
* @reader: a #GstBitReader instance
* @buffer: Buffer from which the #GstBitReader should read
*
}
/**
- * gst_byte_reader_init:
+ * gst_byte_reader_init_from_buffer:
* @reader: a #GstByteReader instance
* @buffer: Buffer from which the #GstByteReader should read
*