From: Wim Taymans Date: Thu, 6 May 2004 09:21:24 +0000 (+0000) Subject: ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negotiation... X-Git-Tag: 1.19.3~511^2~14292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35eb307d939a7b322de7dc7c40cb3a53a61db6aa;p=platform%2Fupstream%2Fgstreamer.git ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negotiation was not performed. Original commit message from CVS: * ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negotiation was not performed. --- diff --git a/ChangeLog b/ChangeLog index 41dccb0..4c79522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2004-05-06 Wim Taymans + * ext/mpeg2enc/gstmpeg2enc.cc: + Forward events first before deciding that negotiation was + not performed. + +2004-05-06 Wim Taymans + * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): First process the events before deciding that negotiation was not performed.