summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-14 02:37:12 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-14 02:37:12 +0000
commitb4b35f29e95f3f3a52ee20235ee018d70ebb4e13 (patch)
treead2a85ec8e07c57bdd766565bb69099928065ed9
parent9a9f767369ed4ddc8803e62bfcdb9403813220d5 (diff)
gst-libs/gst/play/gstplay.c: Query the audio element to get the time, not the clock. We're interested in the element'...
Original commit message from CVS: 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback): Query the audio element to get the time, not the clock. We're interested in the element's time here.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c8bbb45..9437b0a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
+ * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
+ Query the audio element to get the time, not the clock. We're
+ interested in the element's time here.
+
+2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
* ext/aalib/gstaasink.c: (gst_aasink_chain):
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
* ext/esd/esdsink.c: (gst_esdsink_chain):