From: Benjamin Otte Date: Thu, 5 Feb 2004 00:18:24 +0000 (+0000) Subject: ext/alsa/gstalsa.c: be sure to stop the clock when going to paused X-Git-Tag: 1.19.3~507^2~23669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd673e9319c0000e53399354033e93c4cc55d262;p=platform%2Fupstream%2Fgstreamer.git ext/alsa/gstalsa.c: be sure to stop the clock when going to paused Original commit message from CVS: 2004-02-05 Benjamin Otte * ext/alsa/gstalsa.c: (gst_alsa_change_state): be sure to stop the clock when going to paused * sys/oss/gstosssink.c: (gst_osssink_change_state): reset number of transmitted when going to ready. fixes #132935 2004-02-05 Charles Schmidt reviewed by Benjamin Otte * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): extract track count (fixes #133410) --- diff --git a/ChangeLog b/ChangeLog index 1c6f146..9e7a72d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-02-05 Benjamin Otte + + * ext/alsa/gstalsa.c: (gst_alsa_change_state): + be sure to stop the clock when going to paused + * sys/oss/gstosssink.c: (gst_osssink_change_state): + reset number of transmitted when going to ready. + fixes #132935 + +2004-02-05 Charles Schmidt + + reviewed by Benjamin Otte + + * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): + extract track count (fixes #133410) + 2004-02-04 Benjamin Otte * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):