From 95e825900f704540dbd3114147a2b75c4bff5ef7 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 24 Nov 2008 20:02:55 +0000 Subject: [PATCH] libs/gst/base/gstbasesink.c: Turn comment into gtk-doc comment. Original commit message from CVS: * libs/gst/base/gstbasesink.c: Turn comment into gtk-doc comment. --- ChangeLog | 5 +++++ libs/gst/base/gstbasesink.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d326c2bf7..f72718f44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-24 Stefan Kost + + * libs/gst/base/gstbasesink.c: + Turn comment into gtk-doc comment. + 2008-11-24 Wim Taymans * libs/gst/base/gstbasetransform.c: diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index 7df01c51b7..49d59e02ca 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -1599,7 +1599,8 @@ gst_base_sink_adjust_time (GstBaseSink * basesink, GstClockTime time) return time; } -/* gst_base_sink_wait_clock: +/** + * gst_base_sink_wait_clock: * @sink: the sink * @time: the running_time to be reached * @jitter: the jitter to be filled with time diff (can be NULL)