summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <edward@fluendo.com>2006-08-10 14:10:28 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-08-10 14:10:28 +0000
commit99557bbd280fe443e888dce1f5401c7bd4208bc2 (patch)
tree870629d1f8833e53d376f2d08a80620b6e6e4d33 /ChangeLog
parent611a62ee5137c2095eb52305f7340f043cd6e053 (diff)
Send the newsegment event in the streaming thread.
Original commit message from CVS: Patch by: Edward Hervey <edward@fluendo.com> * configure.ac: * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek), (gst_wavparse_stream_data): Send the newsegment event in the streaming thread. Fixes #347529
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eca2fb84..4f74d778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-08-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ Patch by: Edward Hervey <edward@fluendo.com>
+
+ * configure.ac:
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
+ (gst_wavparse_stream_data):
+ Send the newsegment event in the streaming thread.
+ Fixes #347529
+
2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):