summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-09 00:13:39 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-09 00:13:39 +0000
commite9d5e3c0c494968d06ca5db89417987577bf12f8 (patch)
treee978e9a4d39ef07e90ccd25fb636949683329ec3
parent6252bb414a8bb9401698c11e5fe134b9ca97895e (diff)
downloadgst-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
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceda4c90..f320c792 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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