From 3abb0f8d67b7c8d64792aeb39b9ca424249a6cb9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 18 Dec 2006 15:51:54 +0000 Subject: ext/ladspa/gstsignalprocessor.c: Reset flow_state back to _OK after a flush stop so that we exit our error state afte... Original commit message from CVS: * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps), (gst_signal_processor_event): Reset flow_state back to _OK after a flush stop so that we exit our error state after the flush. Fixes #374213 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13fd1fc6..1ff39cda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-12-18 Wim Taymans + + * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps), + (gst_signal_processor_event): + Reset flow_state back to _OK after a flush stop so that we exit our + error state after the flush. Fixes #374213 + 2006-12-16 David Schleef * sys/osxvideo/osxvideosink.h: -- cgit