mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
f59b56f75d
commit
446e8cb5e6
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue