From 1de8b60034420be624044499a1ec75d1a90aa330 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 8 Dec 2010 12:17:35 +0200 Subject: [PATCH] docs: fix wrong use of Since: keyword --- libs/gst/base/gstbasesink.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index cde24082d7..12b6e629f3 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -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 * sink. * - * Since 0.10.20 + * Since: 0.10.20 * * Returns: #GstClockReturn */ @@ -2216,7 +2216,7 @@ step_unlocked: * Returns: #GST_FLOW_OK if the preroll completed and processing can * continue. Any other return value should be returned from the render vmethod. * - * Since 0.10.22 + * Since: 0.10.22 */ GstFlowReturn gst_base_sink_do_preroll (GstBaseSink * sink, GstMiniObject * obj) @@ -2275,7 +2275,7 @@ preroll_failed: * * Returns: #GstFlowReturn * - * Since 0.10.15 + * Since: 0.10.15 */ GstFlowReturn gst_base_sink_wait_eos (GstBaseSink * sink, GstClockTime time, -- 2.34.1