summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit692fd964ae6666f4beed958afbe090c7fd58daca (patch)
treef5611856bcb26402408400610d0000da5ab59630 /ChangeLog
parentba9981b8044eddf87e3c1091937ce6cc9fb7c5c7 (diff)
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--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