Bug#852870: gnome-sound-recorder: trying to record sound gives ' Your audio capture settings are invalid'

Austin English austinenglish at gmail.com
Sun Mar 12 04:34:33 UTC 2017


I reported this bug upstream
(https://bugzilla.gnome.org/show_bug.cgi?id=777862), where it was
determined that the issue is a missing gstreamer-1.0-pulseaudio
plugin.

Doing:
$ sudo apt-get -y install gstreamer1.0-pulseaudio

Allows gnome-sound-recorder to record audio. I've attached a patch to
add this to the package's runtime dependencies, which should solve the
issue.

-- 
-Austin
GPG: 14FB D7EA A041 937B
-------------- next part --------------
Index: control.in
===================================================================
--- control.in	(revision 52215)
+++ control.in	(working copy)
@@ -30,6 +30,7 @@
          gstreamer1.0-plugins-bad,
          gstreamer1.0-plugins-base,
          gstreamer1.0-plugins-good,
+         gstreamer1.0-pulseaudio,
          ${misc:Depends},
          ${shlibs:Depends}
 Breaks: gnome-media (<< 3.4.0-2~)


More information about the pkg-gnome-maintainers mailing list