[Bug 1051559]

2012-10-22 Thread Matthew Gregan
(In reply to Fabio from comment #29) > Is there a plan to update libvpx, currently at 0.9.5? Latest releases have > some decoder speed improvements. media/libvpx is based on 1.0.0 (see bug 730907), but README_MOZILLA and some other bits haven't been updated to reflect that. -- You received this

[Bug 732572]

2011-08-16 Thread Matthew Gregan
Comment on attachment 550239 Add pulseaudio support for GTK nsISound.play impl Clearing review request pending an updated patch. I'm also marking this patch obsolete to avoid confusion since it has r+ but was later determined to be unsuitable for landing (see comment 17). -- You received this b

[Bug 732572]

2011-10-31 Thread Matthew Gregan
Comment on attachment 570562 Bug 635918 Part 1 - Make nsISound::Play use libcanberra on Linux rather than esound (v2) Review of attachment 570562: - Thanks, looks good. I do think an nsAutoPtr should be used for the callback data,

[Bug 732572]

2012-01-13 Thread Matthew Gregan
(In reply to Hartmut Figge from comment #39) > And got an uncaught exception when trying to play a custom > sound file in Preferences->Mail & Newsgroups->Notification. libcanberra is > installed here. Please file a new bug for this with steps to reproduce (if known) and details of the error. Than

[Bug 732572]

2012-01-13 Thread Matthew Gregan
The exception when trying to use a custom sound seems like a (new?) bug, did I misinterpret what you meant there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732572 Title: New Mail Notification So

[Bug 732572]

2012-01-17 Thread Matthew Gregan
I wonder if you're hitting a variant of bug 717906. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732572 Title: New Mail Notification Sound does not play in Natty To manage notifications about this

[Bug 412647]

2012-04-03 Thread Matthew Gregan
(In reply to Alessandro Decina from comment #263) > I started running the mochi tests in content/media/ and fixed a good number > of issues already. Not all the tests pass, but most of those that don't pass > fail because gstreamer is reporting slightly different durations (the diff > is in the ord

[Bug 732572]

2011-10-20 Thread Matthew Gregan
Comment on attachment 566854 Bug 635918 Part 1 - Make nsISound::Play use libcanberra on Linux rather than esound Review of attachment 566854: - This looks great, thank you. Removing esd makes me very happy. I'm adding karlt to fee

[Bug 74135] Re: runsvdir not started at boot-up

2006-12-05 Thread Matthew Gregan
I'm seeing this too. Presumably this is because the runit package doesn't handle being installed alongside upstart yet. For now, I've just added the following to /etc/event.d/runsvdir: start on startup stop on shutdown respawn /usr/sbin/runsvdir-start -- runsvdir not started at boot-up https:

[Bug 732572]

2011-08-03 Thread Matthew Gregan
Comment on attachment 550239 Add pulseaudio support for GTK nsISound.play impl Review of attachment 550239: - ::: widget/src/gtk2/nsSound.cpp @@ +129,5 @@ > +typedef struct pa_sample_spec { > +pa_sample_format_t format; > +ui

[Bug 732572]

2011-08-05 Thread Matthew Gregan
We discussed this on IRC a bit. I suggested looking at using libcanberra for this, as it provides a simple API with an async completion callback. It's not ideal as it requires writing the sound to a tmpfile because libcanberra's API requires either a predefined event (which we're already using fo