diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-07 20:44:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-07 20:44:55 +0000 |
commit | 88c45a0677c456df3b493b697c1be6b9f94209f5 (patch) | |
tree | 7d17c211f341596844433b5e99e943ad42a073f7 | |
parent | 1248ee0fe0d07d41df1dc2825db4678eff678eea (diff) | |
download | gst-plugins-bad-88c45a0677c456df3b493b697c1be6b9f94209f5.tar.gz gst-plugins-bad-88c45a0677c456df3b493b697c1be6b9f94209f5.tar.bz2 gst-plugins-bad-88c45a0677c456df3b493b697c1be6b9f94209f5.zip |
ext/alsa/gstalsasink.c: handle discont events if they happen before caps nego
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
handle discont events if they happen before caps nego
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-06-07 Benjamin Otte <otte@gnome.org> + + * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): + handle discont events if they happen before caps nego + 2004-06-07 Wim Taymans <wim@fluendo.com> * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init), @@ -20,6 +25,7 @@ - check for soundcard.h in different places for some BSD 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com> + * AUTHORS: Add me to the authors file * configure.ac: |