gst/gstelement.*: New function for setting element time taking into account a hardwar...
authorMartin Soto <martinsoto@users.sourceforge.net>
Sun, 28 Mar 2004 13:15:21 +0000 (13:15 +0000)
committerMartin Soto <martinsoto@users.sourceforge.net>
Sun, 28 Mar 2004 13:15:21 +0000 (13:15 +0000)
commit78640b89c04cfc561f2998444ae4e68e8bbda305
tree1c3de83fa8ee5382df492fe4a069e42eeccbec2e
parentb2067f5593c04b50a4f8b240c4e3cf4c3268c80c
gst/gstelement.*: New function for setting element time taking into account a hardware buffering delay.

Original commit message from CVS:
* gst/gstelement.h:
* gst/gstelement.c (gst_element_set_time_delay): New function for
setting element time taking into account a hardware buffering
delay.
(gst_element_set_time): Now just an invocation of
gst_element_set_time_delay.
* gst/gstclock.h:
* gst/gstclock.c (gst_clock_get_event_time_delay): New function
allowing to set event times in the future.
(gst_clock_get_event_time): Now just an invocation of
gst_clock_get_event_time_delay.
ChangeLog
gst/gstclock.c
gst/gstclock.h
gst/gstelement.c
gst/gstelement.h