summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-05 00:18:24 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-05 00:18:24 +0000
commitcd673e9319c0000e53399354033e93c4cc55d262 (patch)
treef10d1f894e499aaaf26c7b939e04632b85815687
parent99ad2864b291d27a5eea9a0614f5d6d3bdb63fde (diff)
downloadgstreamer-plugins-bad-cd673e9319c0000e53399354033e93c4cc55d262.tar.gz
ext/alsa/gstalsa.c: be sure to stop the clock when going to paused
Original commit message from CVS: 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de> * 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 <cschmidt2@emich.edu> reviewed by Benjamin Otte * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): extract track count (fixes #133410)
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c6f14699..9e7a72dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * 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 <cschmidt2@emich.edu>
+
+ reviewed by Benjamin Otte
+
+ * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
+ extract track count (fixes #133410)
+
2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):