gst/audioconvert/Makefile.am: Audioconvert derives from GstBaseTransform and should...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 13 Sep 2005 13:52:59 +0000 (13:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 13 Sep 2005 13:52:59 +0000 (13:52 +0000)
commit32f976bfea980dcd0c386140669293491d56257e
tree824db96bcc659d818e26f45ebd93f0238e6d0f22
parent1237e1e701df0335bd432edba6d76a575cfa3db2
gst/audioconvert/Makefile.am: Audioconvert derives from GstBaseTransform and should link to the library with our base...

Original commit message from CVS:
* gst/audioconvert/Makefile.am:
Audioconvert derives from GstBaseTransform and should
link to the library with our base elements to avoid
unresolved symbols. Makes things work with MinGW (#316160)
* gst/playback/test4.c: (main):
Fix MinGW build problem and use g_usleep() instead of
sleep() (#316162)
ChangeLog
gst/audioconvert/Makefile.am
gst/playback/test4.c