Brion Vibber wrote:
tstarling@svn.wikimedia.org wrote:
Revision: 26204 Author: tstarling Date: 2007-09-28 11:36:33 +0000 (Fri, 28 Sep 2007)
Log Message:
Fix for bug 11232. Improved port of GStreamer's GstBaseAudioSink (gstbaseaudiosink.c in gst-plugins-base). AudioSink should block on EOS until playback is finished. This behaviour is also mentioned in GStreamer's part-element-sink.txt.
Do we have to update the compiled .jar for this? Some compilation directions probably would help since I apparently did something wrong last time. ;)
Ok, Greg and I fiddled with this until we figured out the difference -- I'd been compiling Cortado from SVN trunk (0.2.2.1) while he was using the last release (0.2.2). There seem to be some bugs in trunk, so I've done the new build from 0.2.2 which he's confirmed is working. :)
The new patched .jar is committed and rolled out live. I'm not sure I trust clients to reload the file properly, though, so it's possible that some visitors will still get the old code (with the busted audio cutoff). Forcing a reload might fix that if so.
-- brion vibber (brion @ wikimedia.org)