mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst-libs/gst/audio/gstbaseaudiosink.c: base time is irrelevant here.
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_async_play): base time is irrelevant here.
This commit is contained in:
parent
85c7eeecc3
commit
5ee0a694a6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-01 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||
(gst_base_audio_sink_async_play):
|
||||
base time is irrelevant here.
|
||||
|
||||
2007-03-01 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
|
||||
|
|
|
@ -1056,7 +1056,7 @@ gst_base_audio_sink_async_play (GstBaseSink * basesink)
|
|||
if (clock != sink->provided_clock) {
|
||||
GstClockTime rate_num, rate_denom;
|
||||
|
||||
etime = gst_clock_get_time (clock) - GST_ELEMENT_CAST (sink)->base_time;
|
||||
etime = gst_clock_get_time (clock);
|
||||
itime = gst_clock_get_internal_time (sink->provided_clock);
|
||||
|
||||
GST_DEBUG_OBJECT (sink,
|
||||
|
|
Loading…
Reference in a new issue