From: Jan Schmidt Date: Wed, 22 Oct 2008 13:47:20 +0000 (+0000) Subject: libs/gst/base/: Fix the names of 2 functions in the docs strings. X-Git-Tag: GIT_CONVERSION~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=446e8cb5e65ca17f802ec5b3d48b20364e05ed4c;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 267e7f4..b9252ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-22 Jan Schmidt + + * 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 * libs/gst/base/gstbasetransform.c: diff --git a/libs/gst/base/gstbitreader.c b/libs/gst/base/gstbitreader.c index 7647ab9..e25a2b4 100644 --- a/libs/gst/base/gstbitreader.c +++ b/libs/gst/base/gstbitreader.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 * diff --git a/libs/gst/base/gstbytereader.c b/libs/gst/base/gstbytereader.c index e2bd11e..8cce7b7 100644 --- a/libs/gst/base/gstbytereader.c +++ b/libs/gst/base/gstbytereader.c @@ -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 *