libs/gst/base/: Fix the names of 2 functions in the docs strings.

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.
This commit is contained in:
Jan Schmidt 2008-10-22 13:47:20 +00:00
parent f59b56f75d
commit 446e8cb5e6
3 changed files with 8 additions and 2 deletions

View file

@ -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:

View 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
*

View 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
*