summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e20b958..f8a57116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/pre
-AC_INIT(GStreamer Good Plug-ins, 0.10.3.1,
+AC_INIT(GStreamer Good Plug-ins, 0.10.3.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)