mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
docs: fix Since: tags in docs for newly-added API
This commit is contained in:
parent
cb7a8e8b61
commit
07d953b791
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue