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 | b4b35f29e95f3f3a52ee20235ee018d70ebb4e13 (patch) | |
tree | ad2a85ec8e07c57bdd766565bb69099928065ed9 | |
parent | 9a9f767369ed4ddc8803e62bfcdb9403813220d5 (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-- | 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): |