GNOME Bugzilla – Bug 87678
seeking is broken with rhythmbox
Last modified: 2004-12-22 21:47:04 UTC
Info ---- Gstreamer version=0.4.0.1 CVS updated: 08/07/2002 The bug ------- rb uses a complex pipeline which looks like this: ((gnomevfssrc ! spider ! volume) ! volume ! osssink) ^ trying to seek on the first volume element just mutes the sound and after a long delay, the streams continues at the same position :/ However everything is fine if the seek event is sent on the osssink... How to reproduce ---------------- this phenomenon can be reproduced in the spider seeking example (attached a diff).
Created attachment 9716 [details] patch to reproduce the bug with gst seek example
Changed severuty to major since this is blocking for a rhythmbox release.
Created attachment 9880 [details] sample trace