From d24f2c1ffd369a7cdd2440d8538592813b049d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 17 Jun 2006 14:18:41 +0000 Subject: [PATCH] ChangeLog surgery Original commit message from CVS: ChangeLog surgery --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b826f2cb9..3673fcae1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2006-06-17 Tim-Philipp Müller * configure.ac: - Fix --disable-extern (can't set conditionals conditionally, + Fix --disable-external (can't set conditionals conditionally, #343602). 2006-06-16 Tim-Philipp Müller @@ -17,7 +17,7 @@ (audioresample_start), (audioresample_stop), (gst_audioresample_set_property), (gst_audioresample_get_property): Implement GstBaseTransform::start and ::stop so that audioresample - can clear its internal state properly and be reused insted of + can clear its internal state properly and be reused instead of causing non-negotiated errors with playbin under some circumstances (#342789).