After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 87678 - seeking is broken with rhythmbox
seeking is broken with rhythmbox
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: High major
: 0.4.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-08 17:23 UTC by Olivier Martin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to reproduce the bug with gst seek example (749 bytes, text/plain)
2002-07-08 17:26 UTC, Olivier Martin
Details
sample trace (50.15 KB, application/octet-stream)
2002-07-15 21:13 UTC, Olivier Martin
Details

Description Olivier Martin 2002-07-08 17:23:40 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).
Comment 1 Olivier Martin 2002-07-08 17:26:19 UTC
Created attachment 9716 [details]
patch to reproduce the bug with gst seek example
Comment 2 Olivier Martin 2002-07-10 07:20:01 UTC
Changed severuty to major since this is blocking for a rhythmbox release.
Comment 3 Olivier Martin 2002-07-15 21:13:26 UTC
Created attachment 9880 [details]
sample trace