diff options
author | Benjamin Otte <otte@gnome.org> | 2004-01-31 20:57:20 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-01-31 20:57:20 +0000 |
commit | 70222e8fa2c38f92c4e4b6e16dac3690dfead6de (patch) | |
tree | df869a43de0579766baabeea50c08006e5cb8ed9 | |
parent | 9d00b21ac44b3afb091fad56fec70b8351fb706b (diff) | |
download | gst-plugins-bad-70222e8fa2c38f92c4e4b6e16dac3690dfead6de.tar.gz gst-plugins-bad-70222e8fa2c38f92c4e4b6e16dac3690dfead6de.tar.bz2 gst-plugins-bad-70222e8fa2c38f92c4e4b6e16dac3690dfead6de.zip |
ext/alsa/gstalsa.c: really start/stop clock only on PLAYING <=> PAUSED
Original commit message from CVS:
2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
(gst_alsa_drain_audio), (gst_alsa_stop_audio):
really start/stop clock only on PLAYING <=> PAUSED
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
remove \n from debugging lines
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
make it work when seeking does not
* ext/vorbis/vorbisdec.c: (vorbis_dec_event):
reset on DISCONT
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de> + * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start), + (gst_alsa_drain_audio), (gst_alsa_stop_audio): + really start/stop clock only on PLAYING <=> PAUSED + * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): + remove \n from debugging lines + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain): + make it work when seeking does not + * ext/vorbis/vorbisdec.c: (vorbis_dec_event): + reset on DISCONT + +2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de> + * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start): start clock on PAUSED=>PLAYING, not later * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): |