GNOME Bugzilla – Bug 403211
gstreamer warning on track switch
Last modified: 2007-02-13 16:19:57 UTC
That warning has been described on https://launchpad.net/ubuntu/+source/totem/+bug/81993 "This is on current feisty with 2.17.5-0ubuntu5 . I go to a directory, select a bunch of .mp3s to play. They play correctly. After track 1 finishes, track 2 begins etc. . Randomly (i.e. not after a certain number of tracks) totem will pause and will not play the next track. Running totem from the commandline gives: pandis@pandis-laptop:~/music/kokos/mora sti fotia$ totem --debug * ** Message: Couldn't initialize lirc. (totem:9453): GStreamer-CRITICAL **: Trying to dispose object "video-sink", but it still has a parent "vbin". You need to let the parent manage the object instead of unreffing the object directly. (totem:9453): GStreamer-WARNING **: pad preroll_audio_src0:sink sending navigation event in wrong direction (totem:9453): GStreamer-WARNING **: pad preroll_audio_src0:sink sending navigation event in wrong direction (totem:9453): GStreamer-WARNING **: pad preroll_audio_src0:sink sending navigation event in wrong direction (totem:9453): GStreamer-WARNING **: pad preroll_audio_src0:sink sending navigation event in wrong direction <Lots of identical gstreamer warnings> The problem does not seem to depend on the specific mp3s. I have not tried other formats. Totem does not crash and selecting the next track and hitting play always succeeds. Still though, it's a (admittedly minor) inconvenience. ..." Debug backtrace with totem-gstreamer 2.17.5 and the gstreamer packages from Ubuntu feisty: "GStreamer-CRITICAL **: Trying to dispose object "video-sink", but it still has a parent "vbin". You need to let the parent manage the object instead of unreffing the object directly. aborting... Program received signal SIGABRT, Aborted.
+ Trace 107097
Thread NaN (LWP 27796)
The warning happens after using "next" a bunch of times, when the warning is printer totem switch to the next track and doesn't start playing it (the UI indicates it's playing the slider doesn't move though and it's not playing anything, the visual effects are not refreshed)
looks like it has been fixed with the new totem version
Interesting, not sure what caused/fixed this though. Also wonder where the 'pushing navigation event in wrong direction' came from, I saw that once too ...