docs: fix Since: tags in docs for newly-added API

This commit is contained in:
Tim-Philipp Müller 2009-10-07 23:31:20 +01:00
parent cb7a8e8b61
commit 07d953b791
3 changed files with 4 additions and 4 deletions

View file

@ -2190,7 +2190,7 @@ done:
* *
* Returns: the caps of the pad with incremented ref-count. * Returns: the caps of the pad with incremented ref-count.
* *
* Since: 0.10.25 * Since: 0.10.26
*/ */
GstCaps * GstCaps *
gst_pad_get_caps_refed (GstPad * pad) gst_pad_get_caps_refed (GstPad * pad)
@ -2249,7 +2249,7 @@ gst_pad_get_caps (GstPad * pad)
* *
* Returns: the caps of the pad with incremented ref-count. * Returns: the caps of the pad with incremented ref-count.
* *
* Since: 0.10.25 * Since: 0.10.26
*/ */
GstCaps * GstCaps *
gst_pad_peer_get_caps_refed (GstPad * pad) gst_pad_peer_get_caps_refed (GstPad * pad)

View file

@ -205,7 +205,7 @@ gst_bit_reader_get_remaining (const GstBitReader * reader)
* *
* Returns: The total number of bits of @reader instance. * Returns: The total number of bits of @reader instance.
* *
* Since: 0.10.25 * Since: 0.10.26
*/ */
guint guint
gst_bit_reader_get_size (const GstBitReader * reader) gst_bit_reader_get_size (const GstBitReader * reader)

View file

@ -210,7 +210,7 @@ gst_byte_reader_get_remaining (const GstByteReader * reader)
* *
* Returns: The total number of bytes of @reader instance. * Returns: The total number of bytes of @reader instance.
* *
* Since: 0.10.25 * Since: 0.10.26
*/ */
guint guint
gst_byte_reader_get_size (const GstByteReader * reader) gst_byte_reader_get_size (const GstByteReader * reader)