diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-14 02:37:12 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-14 02:37:12 +0000 |
commit | b9b9ae813fc1dd29e692e601a8cf0af08fe5d439 (patch) | |
tree | 7c6a5ffaa53b586c541c812184945ab2e1d30991 /ChangeLog | |
parent | 596506d44396ef26250b58f5ce2dbeb6a5fec369 (diff) | |
download | gst-plugins-bad-b9b9ae813fc1dd29e692e601a8cf0af08fe5d439.tar.gz gst-plugins-bad-b9b9ae813fc1dd29e692e601a8cf0af08fe5d439.tar.bz2 gst-plugins-bad-b9b9ae813fc1dd29e692e601a8cf0af08fe5d439.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |