Add method to allow sinks to specify additional delay between the sync times and...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 20 Jun 2008 08:54:45 +0000 (08:54 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 20 Jun 2008 08:54:45 +0000 (08:54 +0000)
commit6624a8de123bd37e70f678c6d91bd1dfff915a4e
treecd0e471326b223fee676f30a330e365942139db9
parent1b6d2e1ecfdf27970c1caa067067dee33447c75d
Add method to allow sinks to specify additional delay between the sync times and the actual rendering of the data.

Original commit message from CVS:
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/base/gstbasesink.c: (gst_base_sink_init),
(gst_base_sink_query_latency), (gst_base_sink_set_render_delay),
(gst_base_sink_get_render_delay), (gst_base_sink_wait_eos),
(gst_base_sink_do_sync):
* libs/gst/base/gstbasesink.h:
* win32/common/libgstbase.def:
Add method to allow sinks to specify additional delay between the sync
times and the actual rendering of the data.
API: gst_base_sink_set_render_delay()
API: gst_base_sink_get_render_delay()
ChangeLog
docs/libs/gstreamer-libs-sections.txt
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesink.h
win32/common/libgstbase.def