mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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>
|
||||
|
||||
* libs/gst/base/gstbasetransform.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)
|
||||
|
|
Loading…
Reference in a new issue