diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-07 01:41:37 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-07 01:41:37 +0000 |
commit | 2fa9ba3892298655d68cbc40f35c1abffe3abd81 (patch) | |
tree | ec9153868902be1a4d0cabdad02e7776950ea344 /ChangeLog | |
parent | 835efb3382f1cbdf192ef71e1e38158af32ac6ca (diff) | |
download | gst-plugins-bad-2fa9ba3892298655d68cbc40f35c1abffe3abd81.tar.gz gst-plugins-bad-2fa9ba3892298655d68cbc40f35c1abffe3abd81.tar.bz2 gst-plugins-bad-2fa9ba3892298655d68cbc40f35c1abffe3abd81.zip |
ext/alsa/gstalsa.c: cast to GstClockTime to get higher granularity
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
cast to GstClockTime to get higher granularity
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
use gst_element_set_time_delay to get the exact time
* ext/mad/gstmad.c: (gst_mad_chain):
use the negotiated rate instead of the current frame's rate which
might be wrong because of bit errors. This avoids emitting totally
bogus timestamps and screwing sync.
(fixes #143454)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-06-07 Benjamin Otte <otte@gnome.org> + + * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp): + cast to GstClockTime to get higher granularity + * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): + use gst_element_set_time_delay to get the exact time + * ext/mad/gstmad.c: (gst_mad_chain): + use the negotiated rate instead of the current frame's rate which + might be wrong because of bit errors. This avoids emitting totally + bogus timestamps and screwing sync. + (fixes #143454) + 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk> reviewed by Benjamin Otte <otte@gnome.org> |