diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-09 00:13:39 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-09 00:13:39 +0000 |
commit | e9d5e3c0c494968d06ca5db89417987577bf12f8 (patch) | |
tree | e978e9a4d39ef07e90ccd25fb636949683329ec3 /ChangeLog | |
parent | 6252bb414a8bb9401698c11e5fe134b9ca97895e (diff) | |
download | gst-plugins-bad-e9d5e3c0c494968d06ca5db89417987577bf12f8.tar.gz gst-plugins-bad-e9d5e3c0c494968d06ca5db89417987577bf12f8.tar.bz2 gst-plugins-bad-e9d5e3c0c494968d06ca5db89417987577bf12f8.zip |
gst/wavparse/gstwavparse.c: make PAUSED=>READY=>PAUSED=READY work by not destroying NULL sourcepads
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
(gst_wavparse_create_sourcepad):
make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
sourcepads
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-05-09 Benjamin Otte <otte@gnome.org> + * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad), + (gst_wavparse_create_sourcepad): + make PAUSED=>READY=>PAUSED=READY work by not destroying NULL + sourcepads + +2004-05-09 Benjamin Otte <otte@gnome.org> + * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): allow discont events before caps nego |