** Description changed: - Binary package hint: pithos + == SRU INFORMATION == - This happens when I use a Razer Megalodon USB headset. It doesn't happen - when I use an analog headset connected to my internal sound card, or - when I use an Apple 27" screen connected via mini DisplayPort. Is there - anything I can do to help narrow down the cause? + What happens: + Pithos will display a "Gstreamer encountered a general stream error" dialog towards the end of songs, usually occuring on the 2nd or 3rd song in a playlist, but seemingly randomly. - If it makes a difference, the Razer headset advertises itself as 7.1, - whereas everything else is stereo. + This makes pithos difficult to use; you have to switch to another + station to recover, and loses the current playlist. + + What should happen: + Songs should play without errors. + + Pithos is a low-impact application, it has no rev-depends. + + This is being SRUed in bug 771804. + + === Minimal patch === + + diff -Nru pithos-0.3.8/bin/pithos pithos-0.3.9/bin/pithos + --- pithos-0.3.8/bin/pithos 2011-04-12 20:17:06.000000000 -0400 + +++ pithos-0.3.9/bin/pithos 2011-04-27 16:25:29.000000000 -0400 + @@ -190,7 +190,7 @@ + self.stations_model = gtk.ListStore(gobject.TYPE_PYOBJECT, str) + + self.player = gst.element_factory_make("playbin2", "player") + - #self.player.props.flags |= (1 << 7) # enable progressive download + + self.player.props.flags |= (1 << 7) # enable progressive download (GST_PLAY_FLAG_DOWNLOAD) + bus = self.player.get_bus() + bus.add_signal_watch() + bus.connect("message", self.on_message) + + == END SRU INFORMATION == ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: pithos 0.3.7-2ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic x86_64 NonfreeKernelModules: wl nvidia Architecture: amd64 Date: Wed Apr 13 07:34:22 2011 ExecutablePath: /usr/bin/pithos InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) InterpreterPath: /usr/bin/python2.7 PackageArchitecture: all ProcEnviron: - LANGUAGE=en_US:en - PATH=(custom, user) - LANG=en_US.UTF-8 - SHELL=/bin/bash + LANGUAGE=en_US:en + PATH=(custom, user) + LANG=en_US.UTF-8 + SHELL=/bin/bash SourcePackage: pithos UpgradeStatus: Upgraded to natty on 2011-04-12 (0 days ago)
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759699 Title: Gstreamer encountered a general stream error -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs