From: Benjamin Otte Date: Tue, 9 Mar 2004 21:09:11 +0000 (+0000) Subject: ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and call... X-Git-Tag: 1.19.3~505^2~3764 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ab3c45adc9df7d7d95749adbab78f96b85db9d0;p=platform%2Fupstream%2Fgstreamer.git ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and call gst_element_yield anymore Original commit message from CVS: * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop), (gst_mikmod_change_state): * ext/mikmod/gstmikmod.h: make mikmod's loop function not loop infinitely and call gst_element_yield anymore * gst/modplug/gstmodplug.cc: fix pad negotiation --- diff --git a/ChangeLog b/ChangeLog index 3ce8e95..77e4d67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-03-09 Benjamin Otte + + * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop), + (gst_mikmod_change_state): + * ext/mikmod/gstmikmod.h: + make mikmod's loop function not loop infinitely and call + gst_element_yield anymore + * gst/modplug/gstmodplug.cc: + fix pad negotiation + 2004-03-09 David Schleef * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin