diff --git a/gst/gstpad.c b/gst/gstpad.c index 755a95ee91..8457088938 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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) diff --git a/libs/gst/base/gstbitreader.c b/libs/gst/base/gstbitreader.c index 6a718628ce..8c17b058ee 100644 --- a/libs/gst/base/gstbitreader.c +++ b/libs/gst/base/gstbitreader.c @@ -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) diff --git a/libs/gst/base/gstbytereader.c b/libs/gst/base/gstbytereader.c index 592887a224..7a02cc2ef2 100644 --- a/libs/gst/base/gstbytereader.c +++ b/libs/gst/base/gstbytereader.c @@ -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)