mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs: fix wrong use of Since: keyword
This commit is contained in:
parent
4ef9bf1019
commit
1de8b60034
1 changed files with 3 additions and 3 deletions
|
@ -2074,7 +2074,7 @@ gst_base_sink_adjust_time (GstBaseSink * basesink, GstClockTime time)
|
||||||
* return and is not adjusted with any latency or offset configured in the
|
* return and is not adjusted with any latency or offset configured in the
|
||||||
* sink.
|
* sink.
|
||||||
*
|
*
|
||||||
* Since 0.10.20
|
* Since: 0.10.20
|
||||||
*
|
*
|
||||||
* Returns: #GstClockReturn
|
* Returns: #GstClockReturn
|
||||||
*/
|
*/
|
||||||
|
@ -2216,7 +2216,7 @@ step_unlocked:
|
||||||
* Returns: #GST_FLOW_OK if the preroll completed and processing can
|
* Returns: #GST_FLOW_OK if the preroll completed and processing can
|
||||||
* continue. Any other return value should be returned from the render vmethod.
|
* continue. Any other return value should be returned from the render vmethod.
|
||||||
*
|
*
|
||||||
* Since 0.10.22
|
* Since: 0.10.22
|
||||||
*/
|
*/
|
||||||
GstFlowReturn
|
GstFlowReturn
|
||||||
gst_base_sink_do_preroll (GstBaseSink * sink, GstMiniObject * obj)
|
gst_base_sink_do_preroll (GstBaseSink * sink, GstMiniObject * obj)
|
||||||
|
@ -2275,7 +2275,7 @@ preroll_failed:
|
||||||
*
|
*
|
||||||
* Returns: #GstFlowReturn
|
* Returns: #GstFlowReturn
|
||||||
*
|
*
|
||||||
* Since 0.10.15
|
* Since: 0.10.15
|
||||||
*/
|
*/
|
||||||
GstFlowReturn
|
GstFlowReturn
|
||||||
gst_base_sink_wait_eos (GstBaseSink * sink, GstClockTime time,
|
gst_base_sink_wait_eos (GstBaseSink * sink, GstClockTime time,
|
||||||
|
|
Loading…
Reference in a new issue