Activity log for bug #759699

Date Who What changed Old value New value Message
2011-04-13 11:37:58 Victor Costan bug added bug
2011-04-14 14:06:44 Luke Faraone pithos (Ubuntu): importance Undecided Medium
2011-04-20 19:16:52 Luke Faraone bug task added pithos
2011-04-28 05:13:39 Kevin Mehall pithos: status New Fix Released
2011-04-28 05:13:51 Kevin Mehall pithos: importance Undecided High
2011-04-28 14:54:46 Luke Faraone nominated for series Ubuntu Natty
2011-04-28 14:54:46 Luke Faraone bug task added pithos (Ubuntu Natty)
2011-04-28 14:55:44 Luke Faraone pithos (Ubuntu Natty): status New Fix Committed
2011-04-28 14:56:01 Luke Faraone pithos (Ubuntu Natty): importance Undecided Medium
2011-04-28 14:56:29 Luke Faraone pithos (Ubuntu Natty): assignee Luke Faraone (lfaraone)
2011-04-28 14:56:48 Luke Faraone pithos: assignee Luke Faraone (lfaraone)
2011-04-28 14:57:25 Luke Faraone pithos (Ubuntu): status New Triaged
2011-04-29 00:53:45 Luke Faraone description Binary package hint: pithos 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? If it makes a difference, the Razer headset advertises itself as 7.1, whereas everything else is stereo. 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 SourcePackage: pithos UpgradeStatus: Upgraded to natty on 2011-04-12 (0 days ago) == SRU INFORMATION == 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. 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 SourcePackage: pithos UpgradeStatus: Upgraded to natty on 2011-04-12 (0 days ago)
2011-04-29 03:10:00 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2011-04-29 03:10:02 Steve Langasek bug added subscriber SRU Verification
2011-04-29 03:10:06 Steve Langasek tags amd64 apport-bug ayatana-scrollbar natty running-unity amd64 apport-bug ayatana-scrollbar natty running-unity verification-needed
2011-05-01 05:38:13 Clint Byrum tags amd64 apport-bug ayatana-scrollbar natty running-unity verification-needed amd64 apport-bug ayatana-scrollbar natty running-unity verification-done
2013-05-10 16:31:17 dino99 pithos (Ubuntu Natty): status Fix Committed Invalid
2013-05-10 16:31:24 dino99 pithos (Ubuntu): status Triaged Fix Released