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 326291 - "Current position in song" isn't updated if you selected gstreamer
"Current position in song" isn't updated if you selected gstreamer
Status: RESOLVED NOTABUG
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-09 11:46 UTC by Koike Kazuhiko
Modified: 2006-01-14 22:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (246.43 KB, image/png)
2006-01-09 11:48 UTC, Koike Kazuhiko
Details

Description Koike Kazuhiko 2006-01-09 11:46:36 UTC
"Current position in song" isn't updated if you selected gstreamer
as media engine plugin. (Helix doesn't have this problem)

PlayerEngineCore.ActivePlayer.Position always returns same value
in SetPositionTimeoutCallback().

Version of gstreamer is 0.8.11 from nrpms.net.
Comment 1 Koike Kazuhiko 2006-01-09 11:48:49 UTC
Created attachment 57026 [details]
screenshot
Comment 2 Koike Kazuhiko 2006-01-14 07:49:00 UTC
banshee 0.10.2:
 works well when I login as root; doesn't work well when I login to my account

The build from cvs:
 doesn't work well.

An environment variable affects this bug?
Comment 3 Aaron Bockover 2006-01-14 19:50:18 UTC
That's pretty strange, but I seriously doubt it's a Banshee bug if Helix works and GStreamer doesn't. What distro?

There are no environment variables that should affect anything like this. Can you maybe confirm the behavior in Totem and Rhythmbox?

Comment 4 Koike Kazuhiko 2006-01-14 22:38:02 UTC
I'd found this is a problem of setting of gstreamer.
If the value of system/gstreamer/0.8/default/audiosink is set to autoaudiosink
in gconf-editor, "Current position in song" isn't displayed correctly in
banshee and rhythmbox. No problem if audiosink is set to alsasink.