pidgin/pidgin

333351a5424c
Parents f3069c38804b
Children ba9ee604d50a
Add support for selecting the sndio backends in the VV config plugin.

Fixes #14414.


committer: Elliott Sales de Andrade
--- a/ChangeLog Mon Aug 13 21:02:27 2012 -0400
+++ b/ChangeLog Thu Dec 22 01:27:58 2011 +0000
@@ -106,6 +106,10 @@
* The autoaccept plugin will no longer reset the preference for unknown
buddies to "Auto Reject" in certain cases. (#14964)
+ Plugins:
+ * The Voice/Video Settings plugin supports using the sndio GStreamer
+ backends. (Brad Smith) (#14414)
+
version 2.10.1 (12/06/2011):
Finch:
* Fix compilation on OpenBSD.
--- a/pidgin/plugins/vvconfig.c Mon Aug 13 21:02:27 2012 -0400
+++ b/pidgin/plugins/vvconfig.c Thu Dec 22 01:27:58 2011 +0000
@@ -39,6 +39,7 @@
/* "esdmon", "ESD", ? */
"osssrc", "OSS",
"pulsesrc", "PulseAudio",
+ "libsndiosrc", "sndio",
/* "audiotestsrc wave=silence", "Silence", */
"audiotestsrc", "Test Sound",
NULL
@@ -50,6 +51,7 @@
"esdsink", "ESD",
"osssink", "OSS",
"pulsesink", "PulseAudio",
+ "libsndiosink", "sndio",
NULL
};