mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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
This commit is contained in:
parent
826d9a9e66
commit
16a65b0db2
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-03-09 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* 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 <ds@schleef.org>
|
||||
|
||||
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
|
||||
|
|
Loading…
Reference in a new issue