GNOME Bugzilla – Bug 501775
[wavparse] regression in CVS: seeking is broken
Last modified: 2007-12-06 11:52:12 UTC
Please describe the problem: I can't seek 16-bit raw PCM WAV file with gst-plugins-base/tests/examples/seek. Gstreamer also fails to seek it in other applications (f.e. playing the same file in Totem within Gst CVS env). Steps to reproduce: 1. Download WAV file from http://mail.republika.lv/~peteriskrisjanis/HelloHello.wav (Song by me, licensed to use for testing purposes ;)). 16-bit raw PCM. 2. Compile and use Gstreamer CVS env. 3. Launch 'seek' gtk app from gst-plugins-base/tests/examples/seek: ./seek 10 HelloHello.wav 4. Try to seek forward Actual results: It stays in current place and console spawns tons of messages "seek failed". I can't seek. Expected results: I can seek forwards and backwards. Does this happen every time? Yes. Other information:
Thanks, fixed again: 2007-12-06 Tim-Philipp Müller <tim at centricular dot net> * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event): Fix seeking in .wav files again (#501775). Some people seem to think they don't need to test their changes when they're just 'reflowing' some code.