docs: fix Since: tags in docs for newly-added API
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Oct 2009 22:31:20 +0000 (23:31 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Oct 2009 22:34:44 +0000 (23:34 +0100)
gst/gstpad.c
libs/gst/base/gstbitreader.c
libs/gst/base/gstbytereader.c

index 755a95e..8457088 100644 (file)
@@ -2190,7 +2190,7 @@ done:
  *
  * Returns: the caps of the pad with incremented ref-count.
  *
- * Since: 0.10.25
+ * Since: 0.10.26
  */
 GstCaps *
 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.
  *
- * Since: 0.10.25
+ * Since: 0.10.26
  */
 GstCaps *
 gst_pad_peer_get_caps_refed (GstPad * pad)
index 6a71862..8c17b05 100644 (file)
@@ -205,7 +205,7 @@ gst_bit_reader_get_remaining (const GstBitReader * reader)
  *
  * Returns: The total number of bits of @reader instance.
  * 
- * Since: 0.10.25
+ * Since: 0.10.26
  */
 guint
 gst_bit_reader_get_size (const GstBitReader * reader)
index 592887a..7a02cc2 100644 (file)
@@ -210,7 +210,7 @@ gst_byte_reader_get_remaining (const GstByteReader * reader)
  *
  * Returns: The total number of bytes of @reader instance.
  * 
- * Since: 0.10.25
+ * Since: 0.10.26
  */
 guint
 gst_byte_reader_get_size (const GstByteReader * reader)