summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-09-13 12:37:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-09-13 12:37:56 +0000
commitd78b9e274b8a5cdcaf994f98301c7aba13e82419 (patch)
treec5d5bbf2c6cd8f11d3e4dd0cd09cf2b387158645 /ChangeLog
parent8a6f9aa51a68fc33ca91ac43b16c683d7a3ad71d (diff)
gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes #476514.
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos), (gst_wavparse_loop), (gst_wavparse_chain): Add EOS logic for the push-based mode too. Fixes #476514.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 029018cf..4258fb7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-13 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
+ (gst_wavparse_loop), (gst_wavparse_chain):
+ Add EOS logic for the push-based mode too. Fixes #476514.
+
2007-09-12 Wim Taymans <wim.taymans@gmail.com>
* gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):