mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
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.
This commit is contained in:
parent
c577a143b9
commit
95e825900f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* libs/gst/base/gstbasesink.c:
|
||||||
|
Turn comment into gtk-doc comment.
|
||||||
|
|
||||||
2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* libs/gst/base/gstbasetransform.c:
|
* libs/gst/base/gstbasetransform.c:
|
||||||
|
|
|
@ -1599,7 +1599,8 @@ gst_base_sink_adjust_time (GstBaseSink * basesink, GstClockTime time)
|
||||||
return time;
|
return time;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gst_base_sink_wait_clock:
|
/**
|
||||||
|
* gst_base_sink_wait_clock:
|
||||||
* @sink: the sink
|
* @sink: the sink
|
||||||
* @time: the running_time to be reached
|
* @time: the running_time to be reached
|
||||||
* @jitter: the jitter to be filled with time diff (can be NULL)
|
* @jitter: the jitter to be filled with time diff (can be NULL)
|
||||||
|
|
Loading…
Reference in a new issue