From: Benjamin Otte Date: Mon, 7 Jun 2004 01:41:37 +0000 (+0000) Subject: ext/alsa/gstalsa.c: cast to GstClockTime to get higher granularity X-Git-Tag: 1.19.3~509^2~14700 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8796e7b16006f32156734f5cc12a6aa90b5d8109;p=platform%2Fupstream%2Fgstreamer.git 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) --- diff --git a/ChangeLog b/ChangeLog index 654d800..e309440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-06-07 Benjamin Otte + + * 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 reviewed by Benjamin Otte